action channel4_4o_d_feed { label: "4oD Feed" description: "A feed containing all available on-demand long-form content for a specified \n brand. The entries for the 4oD feed contain references to each long-form \n asset for a brand, ordered by series number and episode number.\n\n http://api.channel4.com/pmlsd/[brand-web-safe-title]/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/the-it-crowd/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/{brand-web-safe-title}/4od.atom" encoding: json input: { type: "object" properties: { "brand-web-safe-title": { type: "string" } } required: ["brand-web-safe-title"] additionalProperties: false } output: { type: "object" additionalProperties: true } }