Amazon HealthImaging · JSON Structure

Healthimaging Get Image Frame Response Structure

Type: object Properties: 1 Required: 1
HealthcareHIPAAMachine LearningMedical ImagingDICOM

GetImageFrameResponse is a JSON Structure definition published by Amazon HealthImaging, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

imageFrameBlob

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}