UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

56 lines (55 loc) 1.16 kB
{ "type": "object", "properties": { "archived": { "type": "boolean" }, "content": { "type": "string" }, "has_children": { "type": "boolean" }, "id": { "type": "string" }, "in_trash": { "type": "boolean" }, "last_edited_by": { "type": "object", "properties": { "id": { "type": "string" }, "object": { "type": "string" } } }, "object": { "type": "string" }, "parent": { "type": "object", "properties": { "page_id": { "type": "string" }, "type": { "type": "string" } } }, "parent_id": { "type": "string" }, "root_id": { "type": "string" }, "type": { "type": "string" } }, "version": 1 }