MaskCharacter schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-mask-character-schema.json", "title": "MaskCharacter", "description": "MaskCharacter schema", "type": "string", "pattern": "[!@#$%&*]", "minLength": 1, "maxLength": 1 }