Kong · Schema

IntegrationResourceEvents

Defines the event types for a given resource type belonging to the integration that will be ingested in the catalog. - Keys are the machine-readable, globally unique names of resource types registered by this integration. - Values are the event type definition.

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

JSON Schema

kong-integrationresourceevents-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationResourceEvents",
  "title": "IntegrationResourceEvents",
  "description": "Defines the event types for a given resource type belonging to the integration that will be ingested in the catalog.\n\n\n\n  - Keys are the machine-readable, globally unique names of resource types registered by this integration.\n  - Values are the event type definition.\n",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/IntegrationResourceEvent"
  }
}