{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/linkedin/profile-experiences.json","title":"linkedin/profile-experiences 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"]},"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":{"company":{"description":"Optional company supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"logo":{"description":"Optional logo supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true},"end_date":{"description":"Optional end date supplied by this operation. Null means unknown.","type":["string","null"]},"location":{"description":"Optional location 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":{}},"start_date":{"description":"Optional start date supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["company"],"properties":{"company":{"description":"Optional company supplied by this operation. Null means unknown.","type":["object"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"logo":{"description":"Optional logo supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true}}},{"required":["end_date"],"properties":{"end_date":{"description":"Optional end date supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["location"],"properties":{"location":{"description":"Optional location 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":["start_date"],"properties":{"start_date":{"description":"Optional start date supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}}]}]}},"page":{"description":"Optional page supplied by this operation. Null means unknown.","type":["number","null"]},"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]},"urn":{"description":"Optional urn supplied by this operation. Null means unknown.","type":["string","null"]},"urn_lookup":{"description":"Optional urn lookup supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"cached":{"description":"Optional cached supplied by this operation. Null means unknown.","type":["boolean","null"]},"method":{"description":"Optional method supplied by this operation. Null means unknown.","type":["string","null"]},"performed":{"description":"Optional performed supplied by this operation. Null means unknown.","type":["boolean","null"]},"username":{"description":"Optional username supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}},"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,"has_more":false,"items":[{"company":{"id":"example","logo":"example","name":"example","url":"https://example.com/example"},"end_date":"2026-09-01T12:00:00Z","location":"example","skills":[],"start_date":"2026-09-01T12:00:00Z","title":"example"}],"page":0,"total":0,"urn":"example","urn_lookup":{"cached":false,"method":"example","performed":false,"username":"example"}}]}