Kong · Schema

ContainerSpec

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
image string The container image to use.
View JSON Schema on GitHub

JSON Schema

kong-containerspec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContainerSpec",
  "title": "ContainerSpec",
  "type": "object",
  "properties": {
    "image": {
      "description": "The container image to use.",
      "type": "string"
    }
  }
}