Amazon HealthImaging · JSON Structure

Healthimaging Get Dicom Import Job Response Structure

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

GetDICOMImportJobResponse 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

jobProperties

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-dicom-import-job-response-schema.json",
  "name": "GetDICOMImportJobResponse",
  "type": "object",
  "required": [
    "jobProperties"
  ],
  "properties": {
    "jobProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DICOMImportJobProperties"
        },
        {
          "description": "The properties of the import job."
        }
      ]
    }
  }
}