Kong · Schema

SchemaRegistryUpdate

The typed schema of the schema registry to modify it.

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

JSON Schema

kong-schemaregistryupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SchemaRegistryUpdate",
  "title": "SchemaRegistryUpdate",
  "description": "The typed schema of the schema registry to modify it.",
  "discriminator": {
    "propertyName": "type",
    "mapping": {
      "confluent": "#/components/schemas/SchemaRegistryConfluentSensitiveDataAware"
    }
  },
  "oneOf": [
    {
      "$ref": "#/components/schemas/SchemaRegistryConfluentSensitiveDataAware"
    }
  ]
}