Kong · Schema

PageVisibilityStatus

Whether a snippet is publicly accessible to non-authenticated users. If not provided, the default_page_visibility value of the portal will be used.

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

JSON Schema

kong-snippetvisibilitystatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SnippetVisibilityStatus",
  "title": "PageVisibilityStatus",
  "description": "Whether a snippet is publicly accessible to non-authenticated users.\nIf not provided, the default_page_visibility value of the portal will be used.\n",
  "type": "string",
  "example": "public",
  "enum": [
    "public",
    "private"
  ],
  "x-speakeasy-unknown-values": "allow"
}