No description available.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"url",
"createdAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"title": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string"
}
}
}
}