n8n-nodes-base
Version:
Base nodes of n8n
47 lines (46 loc) • 1.1 kB
JSON
{
"type": "object",
"properties": {
"contactId": {
"type": "string"
},
"etag": {
"type": "string"
},
"names": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"displayNameLastFirst": {
"type": "string"
},
"familyName": {
"type": "string"
},
"givenName": {
"type": "string"
},
"unstructuredName": {
"type": "string"
}
}
},
"phoneNumbers": {
"type": "object",
"properties": {
"mobile": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"resourceName": {
"type": "string"
}
},
"version": 6
}