Kong · Schema

DcrProviderName

The name of the DCR provider. This is used to identify the DCR provider in the Konnect UI.

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

JSON Schema

kong-dcrprovidername-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DcrProviderName",
  "title": "DcrProviderName",
  "description": "The name of the DCR provider. This is used to identify the DCR provider in the Konnect UI.\n",
  "type": "string",
  "maxLength": 256,
  "minLength": 1
}