No description available.
Record Key
tid
Timestamp-based ID
Properties
body
string
Optional
No description available.
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
extended
string
Optional
No description available.
slug
string
Required
No description available.
tags
array
of
string
Optional
No description available.
title
string
Required
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"slug"
],
"properties": {
"body": {
"type": "string"
},
"slug": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"title": {
"type": "string"
},
"extended": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
}