{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/linkedin/profile-honors.json","title":"linkedin/profile-honors 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":{"title":{"type":["string","null"],"description":"title"},"issued_by":{"type":["string","null"],"description":"issued by"},"issued_at":{"type":["string","null"],"description":"issued at"},"associated_with":{"type":["string","null"],"description":"associated with"}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["title"],"properties":{"title":{"type":["string"],"description":"title","minLength":1}}},{"required":["issued_by"],"properties":{"issued_by":{"type":["string"],"description":"issued by","minLength":1}}},{"required":["issued_at"],"properties":{"issued_at":{"type":["string"],"description":"issued at","minLength":1}}},{"required":["associated_with"],"properties":{"associated_with":{"type":["string"],"description":"associated with","minLength":1}}}]}]}},"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}]}