n8n-nodes-base
Version:
Base nodes of n8n
31 lines (30 loc) • 600 B
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"businessPhones": {
"type": "array",
"items": {
"type": "string"
}
},
"department": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"preferredLanguage": {
"type": "null"
},
"userPrincipalName": {
"type": "string"
}
},
"version": 3
}