action channel4_coming_soon_feed_2 { label: "Coming Soon feed(2)" description: "Coming Soon feed display a list of episodes coming soon to linear TV so that \n I can promote new Channel 4 content.\n\n http://api.channel4.com/pmlsd/coming-soon/[category].atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/coming-soon.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/coming-soon/{category}.atom" encoding: json input: { type: "object" properties: { category: { type: "string" } } required: ["category"] additionalProperties: false } output: { type: "object" additionalProperties: true } }