{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SchemaRegistryAuthenticationSensitiveDataAwareScheme", "title": "SchemaRegistryAuthenticationSensitiveDataAwareScheme", "description": "The authentication configuration for the schema registry.", "discriminator": { "propertyName": "type", "mapping": { "basic": "#/components/schemas/SchemaRegistryAuthenticationBasicSensitiveDataAware" } }, "oneOf": [ { "$ref": "#/components/schemas/SchemaRegistryAuthenticationBasicSensitiveDataAware" } ] }