{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-get-read-set-response-schema.json", "title": "GetReadSetResponse", "type": "object", "properties": { "payload": { "allOf": [ { "$ref": "#/components/schemas/ReadSetStreamingBlob" }, { "description": "The read set file payload." } ] } } }