Kong · Schema

API Document

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
id object
content object
title object
slug object
status object
parent_document_id object
created_at object
updated_at object
View JSON Schema on GitHub

JSON Schema

kong-apidocument-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApiDocument",
  "title": "API Document",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/ApiDocumentId"
    },
    "content": {
      "$ref": "#/components/schemas/ApiDocumentContent"
    },
    "title": {
      "$ref": "#/components/schemas/ApiDocumentTitle"
    },
    "slug": {
      "$ref": "#/components/schemas/ApiDocumentSlug"
    },
    "status": {
      "$ref": "#/components/schemas/ApiDocumentStatus"
    },
    "parent_document_id": {
      "$ref": "#/components/schemas/ApiDocumentParentDocumentId"
    },
    "created_at": {
      "$ref": "#/components/schemas/CreatedAt"
    },
    "updated_at": {
      "$ref": "#/components/schemas/UpdatedAt"
    }
  },
  "additionalProperties": false
}