{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BackendClusterName", "title": "BackendClusterName", "description": "The unique name of the backend cluster.", "type": "string", "maxLength": 255, "minLength": 1, "x-unicode-pattern": "^[\\p{L}\\p{N}][\\p{L}\\p{N} _\\-\\.:/+']*[\\p{L}\\p{N}]$" }