action signl4_get_users_user_id_image { label: "get_users_userId_image" provider: signl4 method: GET path: "/users/{userId}/image" encoding: json input: { type: "object" properties: { height: { type: "integer" format: "int32" } userId: { type: "string" } width: { type: "integer" format: "int32" } } required: ["userId"] additionalProperties: false } output: { type: "object" properties: { content: { type: "string" format: "byte" } contentDisposition: { type: "string" } contentEncoding: { type: "string" } contentType: { type: "string" } lastModified: { type: "string" format: "date-time" } name: { type: "string" } } additionalProperties: false } }