Kong · Schema

PublishedStatus

Whether the resource is visible on a given portal. Defaults to unpublished.

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

JSON Schema

kong-publishedstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PublishedStatus",
  "title": "PublishedStatus",
  "description": "Whether the resource is visible on a given portal. Defaults to unpublished.",
  "type": "string",
  "example": "published",
  "enum": [
    "published",
    "unpublished"
  ],
  "x-speakeasy-unknown-values": "allow"
}