Kong · Schema

VisibilityStatus

Whether the resource is publicly accessible to non-authenticated users.

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

JSON Schema

kong-visibilitystatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VisibilityStatus",
  "title": "VisibilityStatus",
  "description": "Whether the resource is publicly accessible to non-authenticated users.",
  "type": "string",
  "example": "public",
  "enum": [
    "public",
    "private"
  ],
  "x-speakeasy-unknown-values": "allow"
}