No description available.
Record Key
tid
Timestamp-based ID
Properties
action
string
Required
No description available.
Known values:
hide, restorecreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
reason
string
Optional
No description available.
maxLength: 5000 bytesmaxGraphemes: 500 graphemessubject
ref
com.atproto.repo.strongRef
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"action",
"createdAt"
],
"properties": {
"action": {
"type": "string",
"knownValues": [
"hide",
"restore"
]
},
"reason": {
"type": "string",
"maxLength": 5000,
"maxGraphemes": 500
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}