action vimeo_get_vod_background { label: "Get a specific background of an On Demand page" provider: vimeo method: GET path: "/ondemand/pages/{ondemand_id}/backgrounds/{background_id}" encoding: json input: { type: "object" properties: { background_id: { type: "number" } ondemand_id: { type: "number" } } required: ["background_id", "ondemand_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }