{ "$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" } } }