{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/truthsocial/posts.json","title":"truthsocial/posts 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"]},"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":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string","null"]},"media_count":{"description":"Optional media count supplied by this operation. Null means unknown.","type":["number","null"]},"platform":{"description":"Optional platform 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":{"downvotes":{"description":"Optional downvotes supplied by this operation. Null means unknown.","type":["number","null"]},"favourites":{"description":"Optional favourites supplied by this operation. Null means unknown.","type":["number","null"]},"reblogs":{"description":"Optional reblogs supplied by this operation. Null means unknown.","type":["number","null"]},"replies":{"description":"Optional replies supplied by this operation. Null means unknown.","type":["number","null"]},"upvotes":{"description":"Optional upvotes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"text":{"description":"Source text when supplied.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["created_at"],"properties":{"created_at":{"description":"Source creation time, not the API retrieval time.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["language"],"properties":{"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["media_count"],"properties":{"media_count":{"description":"Optional media count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["stats"],"properties":{"stats":{"description":"Optional stats supplied by this operation. Null means unknown.","type":["object"],"properties":{"downvotes":{"description":"Optional downvotes supplied by this operation. Null means unknown.","type":["number","null"]},"favourites":{"description":"Optional favourites supplied by this operation. Null means unknown.","type":["number","null"]},"reblogs":{"description":"Optional reblogs supplied by this operation. Null means unknown.","type":["number","null"]},"replies":{"description":"Optional replies supplied by this operation. Null means unknown.","type":["number","null"]},"upvotes":{"description":"Optional upvotes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["text"],"properties":{"text":{"description":"Source text when supplied.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL 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,"items":[{"created_at":"2026-09-01T12:00:00Z","id":"example","language":"example","media_count":0,"platform":"example","stats":{"downvotes":0,"favourites":0,"reblogs":0,"replies":0,"upvotes":0},"text":"example","url":"https://example.com/example"}]}]}