Kong · Schema

Entity Type

The type of entity that is being published. Can be either an API or an API Package.

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

JSON Schema

kong-entitytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EntityType",
  "title": "Entity Type",
  "description": "The type of entity that is being published. Can be either an API or an API Package.",
  "type": "string",
  "example": "api",
  "enum": [
    "api",
    "api_package"
  ],
  "x-speakeasy-unknown-values": "allow"
}