No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"properties": {
"cuid": {
"type": "string"
},
"name": {
"type": "string"
},
"public": {
"type": "boolean"
},
"content": {
"type": "string"
}
}
}
}