Kong · Schema

ApiImplementationControlPlaneEntity

A control plane that implements an API

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
id object
created_at object
updated_at object
control_plane object
View JSON Schema on GitHub

JSON Schema

kong-apiimplementationcontrolplaneentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiImplementationControlPlaneEntity",
  "title": "ApiImplementationControlPlaneEntity",
  "description": "A control plane that implements an API",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/UUID"
    },
    "created_at": {
      "$ref": "#/components/schemas/CreatedAt"
    },
    "updated_at": {
      "$ref": "#/components/schemas/UpdatedAt"
    },
    "control_plane": {
      "$ref": "#/components/schemas/ApiImplementationControlPlane"
    }
  },
  "additionalProperties": false,
  "x-speakeasy-name-override": "Control Plane Reference"
}