Kong · Schema

API Implementation

An entity that implements an API

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

JSON Schema

kong-apiimplementation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiImplementation",
  "title": "API Implementation",
  "description": "An entity that implements an API",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/ApiImplementationGatewayServiceEntity"
    },
    {
      "$ref": "#/components/schemas/ApiImplementationControlPlaneEntity"
    }
  ]
}