{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PATName", "title": "PATName", "type": "string", "maxLength": 256, "minLength": 1, "pattern": "^[\\p{L}\\p{N}][\\p{L}\\p{N} _\\-\\.']*[\\p{L}\\p{N}]$" }