A moderation action by a Square owner on content in their Square.
Record Key
tid
Timestamp-based ID
Properties
action
string
Required
No description available.
Known values:
hide, unhidecreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
reason
string
Optional
No description available.
maxLength: 3000 bytesmaxGraphemes: 300 graphemessquare
ref
com.atproto.repo.strongRef
Required
No description available.
subject
ref
com.atproto.repo.strongRef
Required
Comment or chat message.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"square",
"subject",
"action",
"createdAt"
],
"properties": {
"action": {
"type": "string",
"knownValues": [
"hide",
"unhide"
]
},
"reason": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"square": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Comment or chat message."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A moderation action by a Square owner on content in their Square."
}