{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/cohort-queries/results.json","title":"cohort-queries/results 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":{"platform":{"type":["string","null"],"description":"platform"},"member":{"type":["string","null"],"description":"member"},"url":{"type":["string","null"],"description":"url"},"title":{"type":["string","null"],"description":"title"},"text":{"type":["string","null"],"description":"text"},"data":{"description":"Operation-specific JSON value; inspect the status and requested operation before reading it."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["member"],"properties":{"member":{"type":["string"],"description":"member","minLength":1}}},{"required":["url"],"properties":{"url":{"type":["string"],"description":"url","minLength":1}}},{"required":["title"],"properties":{"title":{"type":["string"],"description":"title","minLength":1}}},{"required":["text"],"properties":{"text":{"type":["string"],"description":"text","minLength":1}}},{"required":["data"],"properties":{"data":{"description":"Operation-specific JSON value; inspect the status and requested operation before reading it."}}}]}]}},"count":{"type":["number","null"]},"cursor":{"type":["string","null"]},"has_more":{"type":["boolean","null"]},"query_id":{"type":["string","null"],"description":"query id"},"cohort_id":{"type":["string","null"],"description":"cohort id"},"keyword":{"type":["string","null"],"description":"keyword"},"status":{"type":["string","null"],"description":"status"},"error":{"type":["string","null"],"description":"error"},"completed_at":{"type":["string","null"],"description":"completed at"},"ready":{"type":["boolean","null"]},"total":{"type":["number","null"]},"counts":{"type":["object","null"],"properties":{},"additionalProperties":true},"per_member":{"type":["array","null"],"items":{"type":["object","null"],"properties":{},"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":[{"items":[],"count":0,"cursor":null,"has_more":false,"query_id":null,"cohort_id":null,"keyword":null,"status":null,"error":null,"completed_at":null,"ready":false,"total":0,"counts":{},"per_member":[]}]}