UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

40 lines (39 loc) 787 B
{ "type": "object", "properties": { "enableSelfAssignment": { "type": "boolean" }, "id": { "type": "string" }, "managers": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "tasks": { "type": "array", "items": { "type": "string" } }, "timeCreated": { "type": "integer" }, "timeLastModified": { "type": "integer" }, "workers": { "type": "array", "items": { "type": "string" } } }, "version": 1 }