action vimeo_get_vod_season { label: "Get a specific season on an On Demand page" provider: vimeo method: GET path: "/ondemand/pages/{ondemand_id}/seasons/{season_id}" encoding: json input: { type: "object" properties: { ondemand_id: { type: "number" } season_id: { type: "number" } } required: ["ondemand_id", "season_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }