Information about the image frame (pixel data) identifier.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-image-frame-information-schema.json", "title": "ImageFrameInformation", "type": "object", "required": [ "imageFrameId" ], "properties": { "imageFrameId": { "allOf": [ { "$ref": "#/components/schemas/ImageFrameId" }, { "description": "The image frame (pixel data) identifier." } ] } }, "description": "Information about the image frame (pixel data) identifier." }