action vimeo_get_embed_preset_alt1 { label: "Get a specific embed preset" provider: vimeo method: GET path: "/me/presets/{preset_id}" encoding: json input: { type: "object" properties: { preset_id: { type: "number" } } required: ["preset_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }