{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/jobs/linkedin/search.json","title":"jobs/linkedin/search data fields","description":"Required core structure for successful data, with optional source fields. Additional fields are allowed. This is not a completeness guarantee.","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"title":{"type":["string","null"],"description":"title"},"location":{"type":["string","null"],"description":"location"},"country":{"type":["string","null"],"description":"country"},"country_code":{"type":["string","null"],"description":"country code"},"description":{"type":["string","null"],"description":"description"},"description_html":{"type":["string","null"],"description":"description html"},"date_posted":{"type":["string","null"],"description":"date posted"},"employment_type":{"type":["string","null"],"description":"employment type"},"apply_url":{"type":["string","null"],"description":"apply url"},"url":{"type":["string","null"],"description":"url"},"company":{"type":["object","null"],"properties":{"name":{"type":["string","null"],"description":"name"},"image":{"type":["string","null"],"description":"image"}},"additionalProperties":true},"salary":{"type":["object","null"],"properties":{"min":{"type":["number","null"],"description":"Lower salary amount."},"max":{"type":["number","null"],"description":"Upper salary amount."},"currency":{"type":["string","null"],"description":"Source currency code."}},"additionalProperties":true}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"Exact source identifier; preserve it as a string.","minLength":1}}},{"required":["title"],"properties":{"title":{"type":["string"],"description":"title","minLength":1}}},{"required":["location"],"properties":{"location":{"type":["string"],"description":"location","minLength":1}}},{"required":["country"],"properties":{"country":{"type":["string"],"description":"country","minLength":1}}},{"required":["country_code"],"properties":{"country_code":{"type":["string"],"description":"country code","minLength":1}}},{"required":["description"],"properties":{"description":{"type":["string"],"description":"description","minLength":1}}},{"required":["description_html"],"properties":{"description_html":{"type":["string"],"description":"description html","minLength":1}}},{"required":["date_posted"],"properties":{"date_posted":{"type":["string"],"description":"date posted","minLength":1}}},{"required":["employment_type"],"properties":{"employment_type":{"type":["string"],"description":"employment type","minLength":1}}},{"required":["apply_url"],"properties":{"apply_url":{"type":["string"],"description":"apply url","minLength":1}}},{"required":["url"],"properties":{"url":{"type":["string"],"description":"url","minLength":1}}},{"required":["company"],"properties":{"company":{"type":["object"],"properties":{"name":{"type":["string","null"],"description":"name"},"image":{"type":["string","null"],"description":"image"}},"additionalProperties":true}}},{"required":["salary"],"properties":{"salary":{"type":["object"],"properties":{"min":{"type":["number","null"],"description":"Lower salary amount."},"max":{"type":["number","null"],"description":"Upper salary amount."},"currency":{"type":["string","null"],"description":"Source currency code."}},"additionalProperties":true}}}]}]}},"count":{"type":["number","null"],"description":"Returned rows, not the total population."},"cursor":{"type":["string","null"],"description":"Opaque continuation; pass unchanged."},"has_more":{"type":["boolean","null"],"description":"Source continuation indicator."},"total":{"type":["number","null"],"description":"Source-reported total; null means unknown."}},"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":[{"items":[],"count":0,"cursor":null}]}