A public declaration that the user account uses TaskedAT.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"formatVersion",
"createdAt"
],
"properties": {
"client": {
"type": "string",
"maxGraphemes": 50,
"minGraphemes": 1
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"formatVersion": {
"type": "integer",
"const": 1
}
}
},
"description": "A public declaration that the user account uses TaskedAT."
}