{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-string-schema.json", "title": "String", "type": "string", "pattern": "[\\P{M}\\p{M}]{0,10000}", "maxLength": 10000 }