n8n-nodes-base
Version:
Base nodes of n8n
39 lines (38 loc) • 840 B
JSON
{
"type": "object",
"properties": {
"@odata.context": {
"type": "string"
},
"@odata.etag": {
"type": "string"
},
"businessPhones": {
"type": "array",
"items": {
"type": "string"
}
},
"displayName": {
"type": "string"
},
"emailAddresses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"address": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"id": {
"type": "string"
}
},
"version": 1
}