Merge · JSON Structure

Knowledge Base Api Article Structure

A knowledge base article surfaced through Merge Knowledge Base Unified API.

Type: object Properties: 11
IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Article is a JSON Structure definition published by Merge, describing 11 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id remote_id title content container author url permissions remote_was_deleted created_at modified_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/merge/refs/heads/main/json-structure/knowledge-base-api-article-structure.json",
  "name": "Article",
  "description": "A knowledge base article surfaced through Merge Knowledge Base Unified API.",
  "type": "object",
  "properties": {
    "id": { "type": "uuid" },
    "remote_id": { "type": "string" },
    "title": { "type": "string" },
    "content": { "type": "string" },
    "container": { "type": "uuid" },
    "author": { "type": "uuid" },
    "url": { "type": "string" },
    "permissions": { "type": "array", "items": { "type": "object" } },
    "remote_was_deleted": { "type": "boolean" },
    "created_at": { "type": "datetime" },
    "modified_at": { "type": "datetime" }
  }
}