No description available.
Properties
View raw schema
{
"type": "record",
"record": {
"type": "object",
"required": [
"id",
"data"
],
"properties": {
"id": {
"type": "string"
},
"data": {
"type": "blob",
"accept": [
"application/octet-stream"
],
"description": "CBOR-encoded tracks"
},
"scheme": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
}
}