{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BackendClusterReferenceModify", "title": "BackendClusterReferenceModify", "description": "The backend cluster associated with the virtual cluster.\n\nEither `id` or `name` must be provided. Following changes to the backend cluster name won't affect the\nreference, as the system will create the entities relationship by `id`.\n", "anyOf": [ { "$ref": "#/components/schemas/BackendClusterReferenceById" }, { "$ref": "#/components/schemas/BackendClusterReferenceByName" } ] }