Kong · Schema

SnippetContent

The renderable markdown content of a page in a portal.

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

JSON Schema

kong-snippetcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SnippetContent",
  "title": "SnippetContent",
  "description": "The renderable markdown content of a page in a portal.",
  "type": "string",
  "example": "# Welcome to My Snippet",
  "maxLength": 1000000
}