Amazon HealthImaging · JSON Structure

Healthimaging Image Frame Information Structure

Information about the image frame (pixel data) identifier.

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

ImageFrameInformation 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

imageFrameId

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-image-frame-information-schema.json",
  "name": "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."
}