{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/linkedin/profile-interests-companies.json","title":"linkedin/profile-interests-companies 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."},"name":{"type":["string","null"],"description":"name"},"url":{"type":["string","null"],"description":"url"},"logo":{"type":["string","null"],"description":"logo"},"followers":{"type":["number","null"],"description":"Public followers."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"Exact source identifier; preserve it as a string.","minLength":1}}},{"required":["name"],"properties":{"name":{"type":["string"],"description":"name","minLength":1}}},{"required":["url"],"properties":{"url":{"type":["string"],"description":"url","minLength":1}}},{"required":["logo"],"properties":{"logo":{"type":["string"],"description":"logo","minLength":1}}},{"required":["followers"],"properties":{"followers":{"type":["number"],"description":"Public followers."}}}]}]}},"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":[],"cursor":null}]}