{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/jobs/bing/search.json","title":"jobs/bing/search data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","null"]},"dropped":{"description":"Optional dropped supplied by this operation. Null means unknown.","type":["number","null"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"benefits":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"board":{"description":"Optional board supplied by this operation. Null means unknown.","type":["string","null"]},"company":{"description":"Optional company supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"addresses":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"employment_type":{"description":"Optional employment type supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"industries":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"location":{"description":"Optional location supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"posted":{"description":"Optional posted supplied by this operation. Null means unknown.","type":["string","null"]},"skills":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"source":{"description":"Optional source supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["benefits"],"properties":{"benefits":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["board"],"properties":{"board":{"description":"Optional board supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["company"],"properties":{"company":{"description":"Optional company supplied by this operation. Null means unknown.","type":["object"],"properties":{"addresses":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["employment_type"],"properties":{"employment_type":{"description":"Optional employment type supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["industries"],"properties":{"industries":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["location"],"properties":{"location":{"description":"Optional location supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["posted"],"properties":{"posted":{"description":"Optional posted supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["skills"],"properties":{"skills":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["source"],"properties":{"source":{"description":"Optional source supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}}]}]}},"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"count":0,"cursor":null,"dropped":0,"has_more":false,"items":[{"benefits":[],"board":"example","company":{"addresses":[],"image":"https://example.com/example","name":"example"},"employment_type":"example","id":"example","industries":[],"location":"example","platform":"example","posted":"example","skills":[],"source":"example","title":"example"}],"total":0}]}