Kong · Schema

ULID

ULID (Universally Unique Lexicographically Sortable Identifier).

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

JSON Schema

kong-ulid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ULID",
  "title": "ULID",
  "description": "ULID (Universally Unique Lexicographically Sortable Identifier).",
  "type": "string",
  "example": "01G65Z755AFWAKHE12NY0CQ9FH",
  "pattern": "^[0-7][0-9A-HJKMNP-TV-Z]{25}$"
}