{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-upload-read-set-part-response-schema.json", "title": "UploadReadSetPartResponse", "type": "object", "required": [ "checksum" ], "properties": { "checksum": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": " An identifier used to confirm that parts are being added to the intended upload. " } ] } } }