An authority-authored moderation label kept inside the board's access boundary.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
neg
boolean
Optional
No description available.
subject
ref
com.atproto.repo.strongRef
Required
No description available.
val
string
Required
No description available.
maxLength: 128 bytesKnown values:
hideView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"val",
"createdAt"
],
"properties": {
"neg": {
"type": "boolean"
},
"val": {
"type": "string",
"maxLength": 128,
"knownValues": [
"hide"
]
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "An authority-authored moderation label kept inside the board's access boundary."
}