Kong · Schema

API Publication Visibility

The visibility of the API in the portal. Public API publications do not require authentication to view and retrieve information about them. Private API publications require authentication to retrieve information about them.

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

JSON Schema

kong-apipublicationvisibility-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiPublicationVisibility",
  "title": "API Publication Visibility",
  "description": "The visibility of the API in the portal.\nPublic API publications do not require authentication to view and retrieve information about them.\nPrivate API publications require authentication to retrieve information about them.\n",
  "type": "string",
  "default": "private",
  "enum": [
    "public",
    "private"
  ],
  "x-speakeasy-unknown-values": "allow"
}