CopyDestinationImageSetProperties is a JSON Structure definition published by Amazon HealthImaging, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-copy-destination-image-set-properties-schema.json",
"name": "CopyDestinationImageSetProperties",
"type": "object",
"required": [
"imageSetId",
"latestVersionId"
],
"properties": {
"imageSetId": {
"allOf": [
{
"$ref": "#/components/schemas/ImageSetId"
},
{
"description": "The image set identifier of the copied image set properties."
}
]
},
"latestVersionId": {
"allOf": [
{
"$ref": "#/components/schemas/ImageSetExternalVersionId"
},
{
"description": "The latest version identifier for the destination image set properties."
}
]
},
"imageSetState": {
"allOf": [
{
"$ref": "#/components/schemas/ImageSetState"
},
{
"description": "The image set state of the destination image set properties."
}
]
},
"imageSetWorkflowStatus": {
"allOf": [
{
"$ref": "#/components/schemas/ImageSetWorkflowStatus"
},
{
"description": "The image set workflow status of the destination image set properties."
}
]
},
"createdAt": {
"allOf": [
{
"$ref": "#/components/schemas/Date"
},
{
"description": "The timestamp when the destination image set properties were created."
}
]
},
"updatedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Date"
},
{
"description": "The timestamp when the destination image set properties were last updated."
}
]
},
"imageSetArn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) assigned to the destination image set."
}
]
}
},
"description": "Copy the image set properties of the destination image set."
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.