ShortString schema from Amazon WorkMail API
{ "type": "string", "pattern": "[a-zA-Z0-9_-]+", "minLength": 1, "maxLength": 64, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ShortString", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-short-string-schema.json", "description": "ShortString schema from Amazon WorkMail API" }