{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VirtualClusterDNSLabel", "title": "VirtualClusterDNSLabel", "description": "The DNS label used in the bootstrap server URL to identify the virtual cluster when using SNI routing.\nThe format follows the RFC1035: 1-63 chars, lowercase alphanumeric or '-', must start and end with an alphanumeric character.", "type": "string", "example": "vcluster-1", "maxLength": 63, "minLength": 1, "pattern": "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$" }