action slicebox_get_images_id_imageinformation { label: "get_images_id_imageinformation" description: "get basic information about the pixel data of an image" provider: slicebox method: GET path: "/images/{id}/imageinformation" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }