action channel4_episode_guide_feed_series_detail { label: "Episode Guide Feed Series Detail" description: "A feed containing metadata about all the episodes for a specific series. The \n entries in this feed contain references to each of the episodes (where \n metadata has been published), with some convenient links.\n\n http://api.channel4.com/pmlsd/brand-web-safe-title/episode-guide/series-series_number.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/chelmsford-123/episode-guide/series-1.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/{brand-web-safe-title}/episode-guide/series-{series_number}.atom" encoding: json input: { type: "object" properties: { "brand-web-safe-title": { type: "string" } series_number: { type: "string" } } required: ["brand-web-safe-title", "series_number"] additionalProperties: false } output: { type: "object" additionalProperties: true } }