An initial post that starts a discussion
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"root",
"createdAt",
"value"
],
"properties": {
"root": {
"type": "string",
"format": "at-uri"
},
"value": {
"enum": [
-1,
1
],
"type": "integer"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "An initial post that starts a discussion"
}