Kong · Schema

API Implementation List Item

An entity that implements an API

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

JSON Schema

kong-apiimplementationlistitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiImplementationListItem",
  "title": "API Implementation List Item",
  "description": "An entity that implements an API",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/ApiImplementationListItemGatewayServiceEntity"
    },
    {
      "$ref": "#/components/schemas/ApiImplementationListItemControlPlaneEntity"
    }
  ]
}