Hi
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"properties": {
"hello": {
"type": "string",
"description": "Hi"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Hi"
}