Kong · Schema

SnippetTitle

The display title of a snippet in a portal.

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

JSON Schema

kong-snippettitle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SnippetTitle",
  "title": "SnippetTitle",
  "description": "The display title of a snippet in a portal.",
  "type": "string",
  "example": "My Snippet",
  "maxLength": 512
}