Short note published on henry.codes/micro. Canonical and contains syndication information.
tid
Timestamp-based ID
Properties
content
string
Required
Post body, in Markdown format.
maxLength: 100000 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
embed
union
Optional
No description available.
reply
ref
#replyRef
Optional
No description available.
syndications
array
of
ref
#syndication
Optional
No description available.
tags
array
of
string
Optional
No description available.
maxLength: 8 itemsupdatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"content",
"createdAt"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"maxLength": 8
},
"embed": {
"refs": [
"#externalLink"
],
"type": "union"
},
"reply": {
"ref": "#replyRef",
"type": "ref"
},
"content": {
"type": "string",
"maxLength": 100000,
"description": "Post body, in Markdown format."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"syndications": {
"type": "array",
"items": {
"ref": "#syndication",
"type": "ref"
}
}
}
},
"description": "Short note published on henry.codes/micro. Canonical and contains syndication information."
}