action channel4_programme_feed { label: "Programme Feed" description: "A feed containing all long-form content currently or previously available \n for a specified Programme Id. The entries for the Programme feed contain \n references to long-form assets for each platform.\n\n http://api.channel4.com/pmlsd/programme/[programme-id].atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/programme/33881-001/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/programme/{programme-id}.atom" encoding: json input: { type: "object" properties: { "programme-id": { type: "string" } } required: ["programme-id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }