{
"id": "fyi.atstore.listing.reviewReply",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 8000,
"minLength": 1
},
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the fyi.atstore.listing.review this reply belongs to."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A reply on a fyi.atstore.listing.review. Threads are linear (no per-reply parent). By convention, only the listing owner or the review author should post replies; the AT Store app drops replies from any other DID at ingest and at render. The PDS does not enforce this — other indexers MAY surface unauthorized replies if they choose."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}