{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthimaging/refs/heads/main/json-schema/healthimaging-dicom-updates-schema.json", "name": "DICOMUpdates", "type": "object", "properties": { "removableAttributes": { "allOf": [ { "$ref": "#/components/schemas/DICOMAttribute" }, { "description": "The DICOM tags to be removed from ImageSetMetadata." } ] }, "updatableAttributes": { "allOf": [ { "$ref": "#/components/schemas/DICOMAttribute" }, { "description": "The DICOM tags that need to be updated in ImageSetMetadata." } ] } }, "description": "The object containing removableAttributes and updatableAttributes." }