Amazon HealthImaging · JSON Structure

Healthimaging Copy Image Set Response Structure

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

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

Properties

datastoreId sourceImageSetProperties destinationImageSetProperties

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-copy-image-set-response-schema.json",
  "name": "CopyImageSetResponse",
  "type": "object",
  "required": [
    "datastoreId",
    "sourceImageSetProperties",
    "destinationImageSetProperties"
  ],
  "properties": {
    "datastoreId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatastoreId"
        },
        {
          "description": "The data store identifier."
        }
      ]
    },
    "sourceImageSetProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CopySourceImageSetProperties"
        },
        {
          "description": "The properties of the source image set."
        }
      ]
    },
    "destinationImageSetProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CopyDestinationImageSetProperties"
        },
        {
          "description": "The properties of the destination image set."
        }
      ]
    }
  }
}