action bbc_get_music_popular_playlist_by_id { label: "Single Playlist Popularity" description: "Popular playlist by Id\n" provider: bbc method: GET path: "/music/popular/playlists/{id}" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } decomposed: { type: "string" } id: { type: "string" } since: { type: "string" } until: { type: "string" } } required: ["X-API-Key", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }