Kong · Schema

IntegrationInstanceConfig

JSON object representing configuration specific to the integration instance. The expected schema depends on the integration type and is dynamically registered at runtime.

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

JSON Schema

kong-integrationinstanceconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationInstanceConfig",
  "title": "IntegrationInstanceConfig",
  "description": "JSON object representing configuration specific to the integration instance.\nThe expected schema depends on the integration type and is dynamically registered at runtime.\n",
  "type": "object",
  "example": {
    "account_region": "eu"
  },
  "default": {},
  "additionalProperties": true,
  "x-speakeasy-type-override": "any"
}