A review of a community contribution by a moderator.
Record Key
tid
Timestamp-based ID
Properties
contribution
ref
com.atproto.repo.strongRef
Required
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
reason
string
Optional
No description available.
maxGraphemes: 3000 graphemesreviewedBy
string
did
Required
A decentralized identifier (DID).
status
string
Required
No description available.
Known values:
approved, denied, needsRevisionView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"contribution",
"status",
"reviewedBy",
"createdAt"
],
"properties": {
"reason": {
"type": "string",
"maxGraphemes": 3000
},
"status": {
"type": "string",
"knownValues": [
"approved",
"denied",
"needsRevision"
]
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"reviewedBy": {
"type": "string",
"format": "did"
},
"contribution": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
}
},
"description": "A review of a community contribution by a moderator."
}