UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

53 lines (52 loc) 1.14 kB
{ "type": "object", "properties": { "archived": { "type": "boolean" }, "content": { "type": "string" }, "folder": { "type": "object", "properties": { "access": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" } } }, "id": { "type": "string" }, "name": { "type": "string" }, "permission_level": { "type": "string" }, "space": { "type": "object", "properties": { "access": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" } } }, "task_count": { "type": "integer" } }, "version": 1 }