UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

44 lines (43 loc) 909 B
{ "type": "object", "properties": { "createdAt": { "type": "string" }, "creator": { "type": "object", "properties": { "displayName": { "type": "string" }, "id": { "type": "string" } } }, "id": { "type": "string" }, "identifier": { "type": "string" }, "priority": { "type": "integer" }, "state": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } } }, "title": { "type": "string" } }, "version": 1 }