{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/facebook/comment-replies.json","title":"facebook/comment-replies data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","null"]},"dropped":{"description":"Optional dropped supplied by this operation. Null means unknown.","type":["number","null"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"author":{"description":"Public author information supplied with this record.","type":["object","null"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string","null"]},"expansion_token":{"description":"Optional expansion token supplied by this operation. Null means unknown.","type":["string","null"]},"feedback_id":{"description":"Optional feedback id supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"reactions":{"description":"Optional reactions supplied by this operation. Null means unknown.","type":["number","null"]},"reply_count":{"description":"Optional reply count supplied by this operation. Null means unknown.","type":["number","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["author"],"properties":{"author":{"description":"Public author information supplied with this record.","type":["object"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["created_at"],"properties":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string"],"minLength":1}}},{"required":["expansion_token"],"properties":{"expansion_token":{"description":"Optional expansion token supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["feedback_id"],"properties":{"feedback_id":{"description":"Optional feedback id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["reactions"],"properties":{"reactions":{"description":"Optional reactions supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["reply_count"],"properties":{"reply_count":{"description":"Optional reply count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["text"],"properties":{"text":{"description":"Source text when supplied.","type":["string"],"minLength":1}}}]}]}}},"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":[{"cursor":null,"dropped":0,"has_more":false,"items":[{"author":{"id":"example","name":"example"},"created_at":"2026-09-01T12:00:00Z","expansion_token":"example","feedback_id":"example","id":"example","reactions":0,"reply_count":0,"text":"example"}]}]}