{ "$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-request-schema.json", "name": "GetImageFrameRequest", "type": "object", "required": [ "imageFrameInformation" ], "properties": { "imageFrameInformation": { "allOf": [ { "$ref": "#/components/schemas/ImageFrameInformation" }, { "description": "Information about the image frame (pixel data) identifier." } ] } } }