UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

47 lines (46 loc) 1.16 kB
{ "type": "object", "properties": { "employees": { "type": "array", "items": { "type": "object", "properties": { "fullName1": { "type": "string" }, "fullName2": { "type": "string" }, "hireDate": { "type": "string" }, "id": { "type": "string" }, "payRate": { "type": "string" } } } }, "fields": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" } } } }, "title": { "type": "string" } }, "version": 4 }