Hides a user. Their content will not be visible to other users.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"target",
"createdAt"
],
"properties": {
"reason": {
"type": "string"
},
"target": {
"type": "string",
"format": "did"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Hides a user. Their content will not be visible to other users."
}