UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

25 lines (24 loc) 442 B
{ "type": "object", "properties": { "emails": { "type": "array", "items": { "type": "string" } }, "first_name": { "type": "string" }, "id": { "type": "integer" }, "last_name": { "type": "string" }, "type": { "type": "integer" } }, "version": 1 }