{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BackendClusterAuthenticationSensitiveDataAwareScheme", "title": "BackendClusterAuthenticationSensitiveDataAwareScheme", "discriminator": { "propertyName": "type", "mapping": { "anonymous": "#/components/schemas/BackendClusterAuthenticationAnonymous", "sasl_plain": "#/components/schemas/BackendClusterAuthenticationSaslPlainSensitiveDataAware", "sasl_scram": "#/components/schemas/BackendClusterAuthenticationSaslScramSensitiveDataAware" } }, "oneOf": [ { "$ref": "#/components/schemas/BackendClusterAuthenticationAnonymous" }, { "$ref": "#/components/schemas/BackendClusterAuthenticationSaslPlainSensitiveDataAware" }, { "$ref": "#/components/schemas/BackendClusterAuthenticationSaslScramSensitiveDataAware" } ] }