action bbci_get_onward_journey { label: "Get Onward Journey" description: "Get Onward Journey (next programme)" provider: bbci method: GET path: "/episodes/{pid}/next" 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" } }