No description available.
Record Key
tid
Timestamp-based ID
View raw schema
{
"key": "tid",
"type": "record",
"output": {
"schema": {
"type": "object",
"required": [
"id",
"name",
"quality"
],
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"size": {
"type": "string"
},
"quality": {
"type": "integer"
}
}
},
"encoding": "application/json"
}
}