action channel4_hub_feed { label: "Hub Feed" description: "The basis for all brand information\n\n http://api.channel4.com/pmlsd/brand-web-safe-title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/the-it-crowd.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/{brand-web-safe-title}.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 } }