UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

27 lines (26 loc) 486 B
{ "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "object": { "type": "string" }, "person": { "type": "object", "properties": { "email": { "type": "string" } } }, "type": { "type": "string" } }, "version": 1 }