JobId 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-job-id-schema.json", "title": "JobId", "description": "JobId schema", "type": "string", "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$", "minLength": 1, "maxLength": 32 }