{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/linkedin/profile-recommendations.json","title":"linkedin/profile-recommendations 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":{"text":{"type":["string","null"],"description":"text"},"date":{"type":["string","null"],"description":"date"},"relationship":{"type":["string","null"],"description":"relationship"},"recommender":{"type":["object","null"],"properties":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"handle":{"type":["string","null"],"description":"handle"},"name":{"type":["string","null"],"description":"name"},"url":{"type":["string","null"],"description":"url"},"headline":{"type":["string","null"],"description":"headline"},"location":{"type":["string","null"],"description":"location"},"avatar_url":{"type":["string","null"],"description":"avatar url"},"followers":{"type":["number","null"],"description":"Public follower count."},"verified":{"type":["boolean","null"],"description":"Explicit verification flag when supplied."}},"additionalProperties":true}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["text"],"properties":{"text":{"type":["string"],"description":"text","minLength":1}}},{"required":["date"],"properties":{"date":{"type":["string"],"description":"date","minLength":1}}},{"required":["relationship"],"properties":{"relationship":{"type":["string"],"description":"relationship","minLength":1}}},{"required":["recommender"],"properties":{"recommender":{"type":["object"],"properties":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"handle":{"type":["string","null"],"description":"handle"},"name":{"type":["string","null"],"description":"name"},"url":{"type":["string","null"],"description":"url"},"headline":{"type":["string","null"],"description":"headline"},"location":{"type":["string","null"],"description":"location"},"avatar_url":{"type":["string","null"],"description":"avatar url"},"followers":{"type":["number","null"],"description":"Public follower count."},"verified":{"type":["boolean","null"],"description":"Explicit verification flag when supplied."}},"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":[],"cursor":null}]}