{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VirtualClusterReferenceById", "title": "VirtualClusterReferenceById", "description": "Reference a virtual cluster by its unique identifier.", "type": "object", "properties": { "id": { "description": "The unique identifier of the virtual cluster.", "type": "string", "format": "uuid", "minLength": 1 } }, "required": [ "id" ] }