{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/instagram/post-stats.json","title":"instagram/post-stats data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"_warnings":{"description":"Optional  warnings supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"legs":{"description":"Optional legs supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"attempts":{"description":"Optional attempts supplied by this operation. Null means unknown.","type":["number","null"]},"credits":{"description":"Optional credits supplied by this operation. Null means unknown.","type":["number","null"]},"endpoint":{"description":"Optional endpoint supplied by this operation. Null means unknown.","type":["string","null"]},"ok":{"description":"Optional ok supplied by this operation. Null means unknown.","type":["boolean","null"]},"served_by":{"description":"Optional served by supplied by this operation. Null means unknown.","type":["string","null"]},"status":{"description":"Optional status supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"retrieved_at":{"description":"Optional retrieved at supplied by this operation. Null means unknown.","type":["string","null"]},"stats":{"description":"Optional stats supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"comments":{"description":"Optional comments supplied by this operation. Null means unknown.","type":["number","null"]},"likes":{"description":"Optional likes supplied by this operation. Null means unknown.","type":["number","null"]},"plays":{"description":"Optional plays supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["legs"],"properties":{"legs":{"description":"Optional legs supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"attempts":{"description":"Optional attempts supplied by this operation. Null means unknown.","type":["number","null"]},"credits":{"description":"Optional credits supplied by this operation. Null means unknown.","type":["number","null"]},"endpoint":{"description":"Optional endpoint supplied by this operation. Null means unknown.","type":["string","null"]},"ok":{"description":"Optional ok supplied by this operation. Null means unknown.","type":["boolean","null"]},"served_by":{"description":"Optional served by supplied by this operation. Null means unknown.","type":["string","null"]},"status":{"description":"Optional status supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}}},{"required":["retrieved_at"],"properties":{"retrieved_at":{"description":"Optional retrieved at supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["stats"],"properties":{"stats":{"description":"Optional stats supplied by this operation. Null means unknown.","type":["object"],"properties":{"comments":{"description":"Optional comments supplied by this operation. Null means unknown.","type":["number","null"]},"likes":{"description":"Optional likes supplied by this operation. Null means unknown.","type":["number","null"]},"plays":{"description":"Optional plays supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"_warnings":["example"],"id":"example","legs":[{"attempts":0,"credits":0,"endpoint":"example","ok":false,"served_by":"example","status":0}],"platform":"example","retrieved_at":"2026-09-01T12:00:00Z","stats":{"comments":0,"likes":0,"plays":0},"url":"https://example.com/example"}]}