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