action bbc_get_radio_networks { label: "Networks" description: "All iPlayer Radio networks - contains business logic for masterbrand and service relationships\n" provider: bbc method: GET path: "/radio/networks.json" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } international: { type: "string" } preset: { type: "string" } } required: ["X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }