{ "$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-information-schema.json", "name": "CopyImageSetInformation", "type": "object", "required": [ "sourceImageSet" ], "properties": { "sourceImageSet": { "allOf": [ { "$ref": "#/components/schemas/CopySourceImageSetInformation" }, { "description": "The source image set." } ] }, "destinationImageSet": { "allOf": [ { "$ref": "#/components/schemas/CopyDestinationImageSet" }, { "description": "The destination image set." } ] } }, "description": "Copy image set information." }