Kong · Schema

SnippetName

The unique name of a snippet in a portal.

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

JSON Schema

kong-snippetname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SnippetName",
  "title": "SnippetName",
  "description": "The unique name of a snippet in a portal.",
  "type": "string",
  "example": "my-snippet",
  "maxLength": 512
}