n8n-nodes-base
Version:
Base nodes of n8n
90 lines (89 loc) • 1.94 kB
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"@odata.etag": {
"type": "string"
},
"businessPhones": {
"type": "array",
"items": {
"type": "string"
}
},
"changeKey": {
"type": "string"
},
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"emailAddresses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"fileAs": {
"type": "string"
},
"generation": {
"type": "null"
},
"homePhones": {
"type": "array",
"items": {
"type": "string"
}
},
"id": {
"type": "string"
},
"initials": {
"type": "null"
},
"lastModifiedDateTime": {
"type": "string"
},
"middleName": {
"type": "null"
},
"nickName": {
"type": "null"
},
"parentFolderId": {
"type": "string"
},
"personalNotes": {
"type": "string"
},
"profession": {
"type": "null"
},
"spouseName": {
"type": "null"
},
"yomiCompanyName": {
"type": "null"
},
"yomiGivenName": {
"type": "null"
},
"yomiSurname": {
"type": "null"
}
},
"version": 1
}