action slicebox_get_metadata_images_id { label: "get_metadata_images_id" description: "Return the image with the supplied ID" provider: slicebox method: GET path: "/metadata/images/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }