{
"id": "tech.lenooby09.kvcs.channel",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"heads"
],
"properties": {
"name": {
"type": "string",
"description": "Channel name (e.g. \"main\")."
},
"heads": {
"type": "array",
"items": {
"type": "string"
},
"description": "Hex patch ids that are tips of this channel."
}
}
},
"description": "A kvcs channel head record. Holds the human-readable channel name and the hex patch ids that are currently the tips of the channel."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "A kvcs channel head — points at one or more patch records under tech.lenooby09.kvcs.patch."
}