{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-store-options-schema.json", "name": "StoreOptions", "type": "object", "properties": { "tsvStoreOptions": { "allOf": [ { "$ref": "#/components/schemas/TsvStoreOptions" }, { "description": "File settings for a TSV store." } ] } }, "description": "Settings for a store." }