Kong · Schema

SchemaRegistryAuthenticationSensitiveDataAwareScheme

The authentication configuration for the schema registry.

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-schemaregistryauthenticationsensitivedataawarescheme-schema.json Raw ↑
{
  "$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"
    }
  ]
}