{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-datastore-id-schema.json", "name": "DatastoreId", "type": "string", "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$", "minLength": 1, "maxLength": 32 }