{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/bluesky/post.json","title":"bluesky/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":"Post at:// URI."},"rkey":{"type":["string","null"],"description":"Record key within the account repository."},"cid":{"type":["string","null"],"description":"Content identifier."},"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."},"indexed_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},"likes":{"type":["number","null"],"description":"Likes reported by the source; null or absent is unknown, not zero."},"reposts":{"type":["number","null"],"description":"Reposts 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."},"is_reply":{"type":["boolean","null"],"description":"Whether the source record references a parent."},"is_repost":{"type":["boolean","null"],"description":"Whether this feed row is a repost; author remains the original author."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"at://did:plc:example/app.bsky.feed.post/example","text":"Illustrative post","likes":3}]}