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