{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-read-set-id-list-schema.json", "name": "ReadSetIdList", "type": "array", "items": { "$ref": "#/components/schemas/ReadSetId" }, "minItems": 1, "maxItems": 100 }