{
"id": "social.colibri.beta.category",
"defs": {
"main": {
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}