{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-get-image-set-metadata-response-schema.json", "title": "GetImageSetMetadataResponse", "type": "object", "required": [ "imageSetMetadataBlob" ], "properties": { "imageSetMetadataBlob": { "allOf": [ { "$ref": "#/components/schemas/ImageSetMetadataBlob" }, { "description": "The blob containing the aggregated metadata information for the image set." } ] } } }