Amazon HealthLake · Schema

DatastorePropertiesList

FHIRHealth DataHealthcareHIPAACloud Computing
View JSON Schema on GitHub

JSON Schema

healthlake-datastore-properties-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-datastore-properties-list-schema.json",
  "title": "DatastorePropertiesList",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/DatastoreProperties"
  }
}