ImpersonationToken schema from Amazon WorkMail API
{ "type": "string", "pattern": "[\\x21-\\x7e]+", "minLength": 1, "maxLength": 256, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ImpersonationToken", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-impersonation-token-schema.json", "description": "ImpersonationToken schema from Amazon WorkMail API" }