Copy source image set information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-copy-source-image-set-information-schema.json", "title": "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." }