UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

56 lines (55 loc) 1.64 kB
{ "type": "object", "properties": { "href": { "type": "string" }, "items": { "type": "array", "items": { "type": "object", "properties": { "browserLink": { "type": "string" }, "href": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "parent": { "type": "object", "properties": { "browserLink": { "type": "string" }, "href": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" } } }, "tableType": { "type": "string" }, "type": { "type": "string" } } } } }, "version": 1 }