action bbci_get_post_rolls { label: "Get Follow-ups (post-rolls)" description: "Get Follow-ups (post-rolls)" provider: bbci method: GET path: "/episodes/{pid}/postrolls" encoding: json input: { type: "object" properties: { availability: { type: "string" enum: ["all", "available"] } pid: { type: "string" } rights: { type: "string" enum: ["mobile", "tv", "web"] } } required: ["availability", "pid", "rights"] additionalProperties: false } output: { type: "object" } }