1 // Messages used to produce JSON (it's the simplest way we can create valid
2 // JSON without pulling in an external JSON library).
7 repeated Channel channel = 1;
11 required int32 index = 1;
12 required string name = 2;
13 required string color = 3;