UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

102 lines (101 loc) 2.47 kB
{ "type": "object", "properties": { "addresses": { "type": "array", "items": { "type": "object", "properties": { "field": { "type": "string" }, "line1": { "type": "string" }, "locality": { "type": "string" }, "postal_code": { "type": "string" } } } }, "contact_type": { "type": "string" }, "custom_fields": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "integer" } } } }, "date_created": { "type": "string" }, "email_addresses": { "type": "array", "items": { "type": "object", "properties": { "email": { "type": "string" }, "field": { "type": "string" } } } }, "email_opted_in": { "type": "boolean" }, "email_status": { "type": "string" }, "family_name": { "type": "string" }, "given_name": { "type": "string" }, "id": { "type": "integer" }, "last_updated": { "type": "string" }, "last_updated_utc_millis": { "type": "integer" }, "phone_numbers": { "type": "array", "items": { "type": "object", "properties": { "field": { "type": "string" }, "number": { "type": "string" } } } }, "ScoreValue": { "type": "string" }, "tag_ids": { "type": "array", "items": { "type": "integer" } } }, "version": 1 }