{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-list-fhir-datastores-response-schema.json", "name": "ListFHIRDatastoresResponse", "type": "object", "required": [ "DatastorePropertiesList" ], "properties": { "DatastorePropertiesList": { "allOf": [ { "$ref": "#/components/schemas/DatastorePropertiesList" }, { "description": "All properties associated with the listed data stores." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "Pagination token that can be used to retrieve the next page of results." } ] } } }