action bbc_get_recommendations { label: "Recommended Programmes" description: "Recommended Programmes from the Audience Platforms' Recomendations Service\n" provider: bbc method: GET path: "/my/programmes/recommendations" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } "X-API-Key": { type: "string" } limit: { type: "string" } offset: { type: "string" } rights: { type: "string" } } required: ["Authorization", "X-API-Key", "rights"] additionalProperties: false } output: { type: "object" additionalProperties: true } }