action vimeo_get_vod_genre { label: "Get a specific On Demand genre" provider: vimeo method: GET path: "/ondemand/genres/{genre_id}" encoding: json input: { type: "object" properties: { genre_id: { type: "string" } } required: ["genre_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }