No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"project",
"createdAt"
],
"properties": {
"message": {
"type": "string",
"maxLength": 2000,
"maxGraphemes": 1000
},
"project": {
"type": "string",
"format": "at-uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}