A declaration of a tracked abusive blocklist.
Record Key
tid
Timestamp-based ID
Properties
reason
string
Required
No description available.
subject
ref
com.atproto.repo.strongRef
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"reason"
],
"properties": {
"reason": {
"type": "string"
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
}
},
"description": "A declaration of a tracked abusive blocklist."
}