Amazon HealthImaging · JSON Structure

Healthimaging Copy Source Image Set Information Structure

Copy source image set information.

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

CopySourceImageSetInformation 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

latestVersionId

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-source-image-set-information-schema.json",
  "name": "CopySourceImageSetInformation",
  "type": "object",
  "required": [
    "latestVersionId"
  ],
  "properties": {
    "latestVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImageSetExternalVersionId"
        },
        {
          "description": "The latest version identifier for the source image set."
        }
      ]
    }
  },
  "description": "Copy source image set information."
}