UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

88 lines (87 loc) 2.11 kB
{ "type": "object", "properties": { "archived": { "type": "boolean" }, "content": { "type": "string" }, "deleted": { "type": "boolean" }, "folder": { "type": "object", "properties": { "access": { "type": "boolean" }, "hidden": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" } } }, "id": { "type": "string" }, "inbound_address": { "type": "string" }, "name": { "type": "string" }, "permission_level": { "type": "string" }, "priority": { "type": "null" }, "space": { "type": "object", "properties": { "access": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" } } }, "statuses": { "type": "array", "items": { "type": "object", "properties": { "color": { "type": "string" }, "id": { "type": "string" }, "orderindex": { "type": "integer" }, "status": { "type": "string" }, "status_group": { "type": "string" }, "type": { "type": "string" } } } } }, "version": 1 }