action cpy_get_syndicated_comments { label: "List comments on videos" provider: cpy method: GET path: "/feeds/video-comments.{format}" encoding: json input: { type: "object" properties: { accountId: { type: "string" } accountName: { type: "string" } format: { type: "string" enum: ["xml", "rss", "rss2", "atom", "atom1", "json", "json1"] } videoChannelId: { type: "string" } videoChannelName: { type: "string" } videoId: { type: "string" } } required: ["format"] additionalProperties: false } output: { type: "object" } }