A short post in the author's Priiv space. Only records authored by the space authority are posts in that space.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 12000,
"minLength": 1,
"maxGraphemes": 120
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A short post in the author's Priiv space. Only records authored by the space authority are posts in that space."
}