UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

77 lines (76 loc) 1.93 kB
{ "type": "object", "properties": { "Addresses": { "type": "array", "items": { "type": "object", "properties": { "AddressType": { "type": "string" }, "City": { "type": "string" }, "Country": { "type": "string" }, "PostalCode": { "type": "string" }, "Region": { "type": "string" } } } }, "BankAccountDetails": { "type": "string" }, "ContactID": { "type": "string" }, "ContactStatus": { "type": "string" }, "EmailAddress": { "type": "string" }, "HasValidationErrors": { "type": "boolean" }, "IsCustomer": { "type": "boolean" }, "IsSupplier": { "type": "boolean" }, "Name": { "type": "string" }, "Phones": { "type": "array", "items": { "type": "object", "properties": { "PhoneAreaCode": { "type": "string" }, "PhoneCountryCode": { "type": "string" }, "PhoneNumber": { "type": "string" }, "PhoneType": { "type": "string" } } } }, "UpdatedDateUTC": { "type": "string" } }, "version": 1 }