{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-get-image-frame-response-schema.json", "name": "GetImageFrameResponse", "type": "object", "required": [ "imageFrameBlob" ], "properties": { "imageFrameBlob": { "allOf": [ { "$ref": "#/components/schemas/PayloadBlob" }, { "description": "The blob containing the aggregated image frame information." } ] } } }