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