No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"species",
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 64
},
"species": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"signatures": {
"type": "array",
"items": {
"type": "unknown"
}
}
}
}
}