No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"xp"
],
"properties": {
"xp": {
"type": "integer",
"minimum": 0
},
"name": {
"type": "string",
"maxLength": 64,
"minLength": 1
}
}
}
}