action bbc_get_personalised_music_favourites_by_type { label: "Favourite Tracks or Clips by Type" description: "List of favourited tracks or clips for a given user for BBC Music.\n" provider: bbc method: GET path: "/my/music/favourites/{type}" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } "X-API-Key": { type: "string" } "X-Authentication-Provider": { type: "string" } action: { type: "string" } limit: { type: "string" } offset: { type: "string" } type: { type: "string" } } required: ["Authorization", "X-API-Key", "X-Authentication-Provider", "type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }