{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/x/search-tweets.json","title":"x/search-tweets 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."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"text":{"type":["string","null"],"description":"Post text."},"created_at":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"author":{"type":["object","null"],"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."},"retweets":{"type":["number","null"],"description":"retweets reported by the source; null or absent is unknown, not zero."},"replies":{"type":["number","null"],"description":"replies reported by the source; null or absent is unknown, not zero."},"quotes":{"type":["number","null"],"description":"quotes reported by the source; null or absent is unknown, not zero."},"bookmarks":{"type":["number","null"],"description":"bookmarks reported by the source; null or absent is unknown, not zero."},"views":{"type":["number","null"],"description":"views reported by the source; null or absent is unknown, not zero."}},"additionalProperties":true},"in_reply_to_id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"conversation_id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."}},"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":"1900000000000000001","text":"Our workspace guide is ready.","created_at":"2026-09-01T12:00:00.000Z","author":{"handle":"example_creator","name":"Example Creator"},"stats":{"likes":42,"retweets":8,"replies":5,"views":null}}],"cursor":null,"has_more":null}]}