{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/instagram/post-comments.json","title":"instagram/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."},"text":{"type":["string","null"],"description":"Comment body."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"likes":{"type":["number","null"],"description":"Likes reported by the source; null or absent is unknown, not zero."},"reply_count":{"type":["number","null"],"description":"Replies reported by the source; null or absent is unknown, not zero."},"author":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"handle":{"type":["string","null"],"description":"Public account username."},"name":{"type":["string","null"],"description":"Display name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."}},"additionalProperties":true}},"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."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"items":[{"id":"3500000000000000002","text":"Useful setup","likes":3,"reply_count":0,"author":{"handle":"example_reader"}}],"cursor":null,"has_more":null}]}