{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TagValue", "title": "TagValue", "type": "string", "pattern": "^[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@%]*$", "minLength": 0, "maxLength": 256 }