UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

59 lines (58 loc) 1.33 kB
{ "type": "object", "properties": { "attributions": { "type": "array", "items": { "type": "object", "properties": { "isFirst": { "type": "boolean" }, "medium": { "type": "string" }, "utmSessionSource": { "type": "string" } } } }, "contactName": { "type": "string" }, "customFields": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" } } } }, "dateAdded": { "type": "string" }, "dateUpdated": { "type": "string" }, "dnd": { "type": "boolean" }, "id": { "type": "string" }, "locationId": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } } }, "version": 1 }