{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/instagram/post.json","title":"instagram/post 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":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"caption":{"type":["string","null"],"description":"Post caption."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"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},"stats":{"type":"object","properties":{"likes":{"type":["number","null"],"description":"likes reported by the source; null or absent is unknown, not zero."},"comments":{"type":["number","null"],"description":"comments reported by the source; null or absent is unknown, not zero."},"plays":{"type":["number","null"],"description":"plays reported by the source; null or absent is unknown, not zero."},"shares":{"type":["number","null"],"description":"shares reported by the source; null or absent is unknown, not zero."},"saves":{"type":["number","null"],"description":"saves reported by the source; null or absent is unknown, not zero."}},"additionalProperties":true},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"3500000000000000001","url":null,"caption":"New desk setup","stats":{"likes":100,"comments":12,"plays":null}}]}