No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"reason": {
"type": "string",
"maxLength": 2000,
"description": "Optional free-text reason for the denouncement.",
"maxGraphemes": 500
},
"subject": {
"type": "string",
"format": "did",
"description": "The denounced account."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}