action vimeo_get_pictures_alt1 { label: "Get all the pictures that belong to a user" provider: vimeo method: GET path: "/me/pictures" encoding: json input: { type: "object" properties: { page: { type: "number" } per_page: { type: "number" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }