Kong · Schema

AddOnName

Unique human-readable name of the add-on.

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

JSON Schema

kong-addonname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddOnName",
  "title": "AddOnName",
  "description": "Unique human-readable name of the add-on.",
  "type": "string",
  "example": "my-add-on",
  "maxLength": 70,
  "minLength": 1
}