{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/reddit/post/comments.json","title":"reddit/post/comments data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"parent_id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"depth":{"type":["number","null"],"description":"Depth within the returned comment tree."},"author":{"type":["string","null"],"description":"Reddit username."},"body":{"type":["string","null"],"description":"Comment text."},"score":{"type":["number","null"],"description":"Net score; can be negative."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"url":{"type":["string","null"],"description":"Original source URL when supplied."}},"additionalProperties":true},"description":"Records in this response page."},"count":{"type":["number","null"],"description":"Returned row count when supplied; not the full source total."},"cursor":{"type":["string","null"],"description":"Opaque next-page token. A missing token does not prove full history was retrieved."},"has_more":{"type":["boolean","null"],"description":"Source continuation indicator; null means unknown."},"truncated":{"type":["boolean","null"],"description":"The returned tree is incomplete."},"unexpanded_replies":{"type":"array","items":{"type":"object","properties":{"parent_id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"count":{"type":["number","null"],"description":"Unexpanded replies reported by the source; null or absent is unknown, not zero."},"ids":{"type":"array","items":{"type":"string"}}},"additionalProperties":true}},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"items":[{"id":"example_comment","parent_id":null,"depth":0,"author":"example_reader","body":"Useful guide","score":3}],"cursor":null,"has_more":null,"truncated":true,"unexpanded_replies":[{"parent_id":"example_comment","count":1,"ids":["example_reply"]}]}]}