Kong · Schema

DcrBaseUrl

The base URL of the DCR server. This is the URL that will be used to make the HTTP requests from Konnect to the DCR provider. This URL must be accessible from the Konnect service.

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

JSON Schema

kong-dcrbaseurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DcrBaseUrl",
  "title": "DcrBaseUrl",
  "description": "The base URL of the DCR server. This is the URL that will be used to make the HTTP requests from Konnect to the DCR provider.\nThis URL must be accessible from the Konnect service.\n",
  "type": "string",
  "format": "url",
  "maxLength": 256
}