Kong · Schema

CatalogResourceType

The resource type. Available resource types are compiled from the integrations installed within the catalog.

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

JSON Schema

kong-catalogresourcetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CatalogResourceType",
  "title": "CatalogResourceType",
  "description": "The resource type. Available resource types are compiled from the integrations installed within the catalog.\n",
  "type": "string",
  "example": "gateway_svc",
  "maxLength": 120,
  "minLength": 1
}