A moderation action taken by a Sphere admin/owner. Published on the moderator's PDS.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"sphere",
"subject",
"action"
],
"properties": {
"action": {
"type": "string",
"maxLength": 128,
"knownValues": [
"remove"
]
},
"sphere": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the Sphere."
},
"subject": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the content being moderated."
}
}
},
"description": "A moderation action taken by a Sphere admin/owner. Published on the moderator's PDS."
}