{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/x/community-tweets.json","title":"x/community-tweets data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"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":{"author":{"description":"Public author information supplied with this record.","type":["object","null"],"properties":{"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"verified_blue":{"description":"Optional verified blue supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true},"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"]},"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":{"bookmarks":{"description":"Optional bookmarks supplied by this operation. Null means unknown.","type":["number","null"]},"likes":{"description":"Optional likes supplied by this operation. Null means unknown.","type":["number","null"]},"quotes":{"description":"Optional quotes supplied by this operation. Null means unknown.","type":["number","null"]},"replies":{"description":"Optional replies supplied by this operation. Null means unknown.","type":["number","null"]},"retweets":{"description":"Optional retweets supplied by this operation. Null means unknown.","type":["number","null"]},"views":{"description":"Optional views 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":["author"],"properties":{"author":{"description":"Public author information supplied with this record.","type":["object"],"properties":{"handle":{"description":"Optional handle supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"verified_blue":{"description":"Optional verified blue supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true}}},{"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":["stats"],"properties":{"stats":{"description":"Optional stats supplied by this operation. Null means unknown.","type":["object"],"properties":{"bookmarks":{"description":"Optional bookmarks supplied by this operation. Null means unknown.","type":["number","null"]},"likes":{"description":"Optional likes supplied by this operation. Null means unknown.","type":["number","null"]},"quotes":{"description":"Optional quotes supplied by this operation. Null means unknown.","type":["number","null"]},"replies":{"description":"Optional replies supplied by this operation. Null means unknown.","type":["number","null"]},"retweets":{"description":"Optional retweets supplied by this operation. Null means unknown.","type":["number","null"]},"views":{"description":"Optional views 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":[{"dropped":0,"items":[{"author":{"handle":"example","id":"example","name":"example","verified_blue":false},"created_at":"2026-09-01T12:00:00Z","id":"example","platform":"example","stats":{"bookmarks":0,"likes":0,"quotes":0,"replies":0,"retweets":0,"views":0},"text":"example","url":"https://example.com/example"}]}]}