EventTypeString 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-event-type-string-schema.json", "title": "EventTypeString", "description": "EventTypeString schema", "type": "string", "pattern": "[A-Z_]*", "minLength": 1, "maxLength": 40 }