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