action bbci_get_channels { label: "List all the channels." description: "Get the list of all the channels TV & iPlayer." provider: bbci method: GET path: "/channels" encoding: json input: { type: "object" properties: { lang: { type: "string" enum: ["en", "cy", "ga", "gd", "pi"] } region: { type: "string" } } required: ["lang"] additionalProperties: false } output: { type: "object" } }