action channel4_clip_detail_atom_feed { label: "Clip Detail Atom Feed" description: "A feed containing metadata about a single short-form video (clip).\n\n http://api.channel4.com/pmlsd/brand-web-safe-title/videos/clip-asset-id.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/the-it-crowd/videos/TCGS_CLIP_0000001015.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/{brand-web-safe-title}/videos/{clip-asset-id}.atom" encoding: json input: { type: "object" properties: { "brand-web-safe-title": { type: "string" } "clip-asset-id": { type: "string" } } required: ["brand-web-safe-title", "clip-asset-id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }