action bbc_get_broadcasts_latest { label: "Latest Broadcasts" description: "Broadcasts for the current day\n" provider: bbc method: GET path: "/broadcasts/latest" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } limit: { type: "string" } next: { type: "string" } offset: { type: "string" } on_air: { type: "string" } previous: { type: "string" } service_id: { type: "string" } sort: { type: "string" } } required: ["X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }