Kong · Schema

Configuration Data-Plane Group Environment

Array of environment variables to set for a data-plane group.

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

JSON Schema

kong-configurationdataplanegroupenvironment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigurationDataPlaneGroupEnvironment",
  "title": "Configuration Data-Plane Group Environment",
  "description": "Array of environment variables to set for a data-plane group.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/ConfigurationDataPlaneGroupEnvironmentField"
  }
}