{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthomics/refs/heads/main/json-schema/healthomics-list-reference-stores-response-schema.json", "name": "ListReferenceStoresResponse", "type": "object", "required": [ "referenceStores" ], "properties": { "nextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "A pagination token that's included if more results are available." } ] }, "referenceStores": { "allOf": [ { "$ref": "#/components/schemas/ReferenceStoreDetailList" }, { "description": "A list of reference stores." } ] } } }