{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/linkedin/company-profile.json","title":"linkedin/company-profile data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"cover":{"description":"Optional cover supplied by this operation. Null means unknown.","type":["string","null"]},"description":{"description":"Source description; null or absent means not supplied.","type":["string","null"]},"employees":{"description":"Optional employees supplied by this operation. Null means unknown.","type":["number","null"]},"employees_range":{"description":"Optional employees range supplied by this operation. Null means unknown.","type":["string","null"]},"followers":{"description":"Optional followers supplied by this operation. Null means unknown.","type":["number","null"]},"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string","null"]},"hq":{"description":"Optional hq supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string","null"]},"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"line":{"description":"Optional line supplied by this operation. Null means unknown.","type":["string","null"]},"postal_code":{"description":"Optional postal code supplied by this operation. Null means unknown.","type":["string","null"]},"region":{"description":"Optional region supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"industries":{"description":"Optional industries supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","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"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"specialities":{"description":"Optional specialities supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"website":{"description":"Optional website supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["cover"],"properties":{"cover":{"description":"Optional cover supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["description"],"properties":{"description":{"description":"Source description; null or absent means not supplied.","type":["string"],"minLength":1}}},{"required":["employees"],"properties":{"employees":{"description":"Optional employees supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["employees_range"],"properties":{"employees_range":{"description":"Optional employees range supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["followers"],"properties":{"followers":{"description":"Optional followers supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["handle"],"properties":{"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["hq"],"properties":{"hq":{"description":"Optional hq supplied by this operation. Null means unknown.","type":["object"],"properties":{"city":{"description":"Optional city supplied by this operation. Null means unknown.","type":["string","null"]},"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"line":{"description":"Optional line supplied by this operation. Null means unknown.","type":["string","null"]},"postal_code":{"description":"Optional postal code supplied by this operation. Null means unknown.","type":["string","null"]},"region":{"description":"Optional region supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["industries"],"properties":{"industries":{"description":"Optional industries supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["logo"],"properties":{"logo":{"description":"Optional logo supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["specialities"],"properties":{"specialities":{"description":"Optional specialities supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}},{"required":["website"],"properties":{"website":{"description":"Optional website supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"cover":"example","description":"example","employees":0,"employees_range":"example","followers":0,"handle":"example","hq":{"city":"example","country":"example","line":"example","postal_code":"example","region":"example"},"id":"example","industries":["example"],"logo":"example","name":"example","platform":"example","specialities":["example"],"url":"https://example.com/example","website":"example"}]}