No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"status",
"createdAt"
],
"properties": {
"status": {
"type": "string",
"maxLength": 32,
"minLength": 1,
"maxGraphemes": 1
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}