action bbc_get_music_popular_artists { label: "Popular Artists" description: "List of Most Popular artists from BBC Music.\n" provider: bbc method: GET path: "/music/popular/artists" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } decomposed: { type: "string" } limit: { type: "string" } offset: { type: "string" } since: { type: "string" } until: { type: "string" } } required: ["X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }