{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SchemaRegistryAuthenticationBasicSensitiveDataAware", "title": "SchemaRegistryAuthenticationBasicSensitiveDataAware", "type": "object", "properties": { "type": { "type": "string", "const": "basic" }, "username": { "$ref": "#/components/schemas/GatewaySecretReferenceOrLiteral" }, "password": { "$ref": "#/components/schemas/GatewaySecret" } }, "required": [ "type", "username" ] }