Kong · Schema

CatalogResourceId

The resource ID.

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

JSON Schema

kong-catalogresourceid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CatalogResourceId",
  "title": "CatalogResourceId",
  "description": "The resource ID.",
  "type": "string",
  "format": "base64url",
  "example": "4UdXnoaDYYJsH_Ir",
  "maxLength": 16,
  "minLength": 16
}