action channel4_brand_epg_atom_feed { label: "Brand EPG Atom Feed" description: "This feed contains metadata about upcoming electronic programme guide (EPG) \n information for a brand. The entry details upcoming transmission slots for \n this brand.\n\n http://api.channel4.com/pmlsd/brand-web-safe-title/epg.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/the-simpsons/epg.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/{brand-web-safe-title}/epg.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 } }