No description available.
Record Key
tid
Timestamp-based ID
Properties
comment
string
Optional
No description available.
maxLength: 6000 bytesmaxGraphemes: 2000 graphemescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
project
string
at-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
translation
string
at-uri
Required
AT-URI of the specific at.locale.translation revision being reviewed.
verdict
string
Required
No description available.
Known values:
approved, rejected, changes-requestedView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"translation",
"project",
"verdict",
"createdAt"
],
"properties": {
"comment": {
"type": "string",
"maxLength": 6000,
"maxGraphemes": 2000
},
"project": {
"type": "string",
"format": "at-uri"
},
"verdict": {
"type": "string",
"knownValues": [
"approved",
"rejected",
"changes-requested"
]
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"translation": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the specific at.locale.translation revision being reviewed."
}
}
}
}