UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

71 lines (70 loc) 1.77 kB
{ "type": "object", "properties": { "hasScreen": { "type": "boolean" }, "id": { "type": "string" }, "isAvailable": { "type": "boolean" }, "isConditional": { "type": "boolean" }, "isGlobal": { "type": "boolean" }, "isInitial": { "type": "boolean" }, "isLooped": { "type": "boolean" }, "name": { "type": "string" }, "to": { "type": "object", "properties": { "description": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" }, "statusCategory": { "type": "object", "properties": { "colorName": { "type": "string" }, "id": { "type": "integer" }, "key": { "type": "string" }, "name": { "type": "string" }, "self": { "type": "string" } } } } } }, "version": 1 }