action bbc_get_podcasts_featured { label: "Featured Podcasts" description: "Retrieve featured podcasts\n" provider: bbc method: GET path: "/podcasts/featured" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } } required: ["X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }