{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VirtualClusterAuthenticationSensitiveDataAwareSchemes", "title": "VirtualClusterAuthenticationSensitiveDataAwareSchemes", "description": "How to handle authentication from clients.\n\nIt tries to authenticate with every rule sequentially one by one.\nIt succeeds on the first match, and fails if no rule matches.\n", "type": "array", "items": { "$ref": "#/components/schemas/VirtualClusterAuthenticationSensitiveDataAwareScheme" }, "minItems": 1 }