A post in a group. Written by its author into the author's own repo in the group's space; no other party can write or delete it.
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": 10000,
"maxGraphemes": 1000
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A post in a group. Written by its author into the author's own repo in the group's space; no other party can write or delete it."
}