Kong · Schema

ApiDocumentStatus

If `status=published` the document will be visible in your live portal

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

JSON Schema

kong-apidocumentstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiDocumentStatus",
  "title": "ApiDocumentStatus",
  "description": "If `status=published` the document will be visible in your live portal",
  "type": "string",
  "default": "unpublished",
  "enum": [
    "published",
    "unpublished"
  ],
  "x-speakeasy-unknown-values": "allow"
}