n8n-nodes-base
Version:
Base nodes of n8n
57 lines (56 loc) • 1.2 kB
JSON
{
"type": "object",
"properties": {
"civility": {
"type": "string"
},
"company": {
"type": "string"
},
"company_linkedin": {
"type": "string"
},
"country": {
"type": "string"
},
"email": {
"type": "array",
"items": {
"type": "object",
"properties": {
"email": {
"type": "string"
},
"qualification": {
"type": "string"
}
}
}
},
"first_name": {
"type": "string"
},
"full_name": {
"type": "string"
},
"job": {
"type": "string"
},
"last_name": {
"type": "string"
},
"linkedin": {
"type": "string"
},
"nb_employees": {
"type": "string"
},
"phone": {
"type": "string"
},
"website": {
"type": "string"
}
},
"version": 3
}