Amazon HealthLake · Schema

DatastoreId

FHIRHealth DataHealthcareHIPAACloud Computing
View JSON Schema on GitHub

JSON Schema

healthlake-datastore-id-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-id-schema.json",
  "title": "DatastoreId",
  "type": "string",
  "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$",
  "minLength": 1,
  "maxLength": 32
}