A named group of channels within a community.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"channelOrder"
],
"properties": {
"name": {
"type": "string",
"maxLength": 32,
"minLength": 1,
"description": "The category's name."
},
"channelOrder": {
"type": "array",
"items": {
"type": "string",
"format": "record-key",
"description": "The space key of a channel in this category."
},
"description": "The channels in this category, in display order, by space key."
}
}
},
"description": "A named group of channels within a community."
}