{ "$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-image-set-request-schema.json", "title": "CopyImageSetRequest", "type": "object", "required": [ "copyImageSetInformation" ], "properties": { "copyImageSetInformation": { "allOf": [ { "$ref": "#/components/schemas/CopyImageSetInformation" }, { "description": "Copy image set information." } ] } } }