UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

24 lines (23 loc) 296 B
{ "type": "object", "properties": { "invocationId": { "type": "string" }, "status": { "type": "string" }, "output": { "type": "object", "properties": { "error": { "type": "boolean" }, "success": { "type": "boolean" } } } }, "version": 1 }