n8n-nodes-base
Version:
Base nodes of n8n
46 lines (45 loc) • 889 B
JSON
{
"type": "object",
"properties": {
"canUploadPhoto": {
"type": "integer"
},
"department": {
"type": "string"
},
"displayName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"id": {
"type": "string"
},
"jobTitle": {
"type": "string"
},
"lastName": {
"type": "string"
},
"location": {
"type": "string"
},
"photoUploaded": {
"type": "boolean"
},
"photoUrl": {
"type": "string"
},
"pronouns": {
"type": "null"
},
"supervisor": {
"type": "string"
},
"workEmail": {
"type": "string"
}
},
"version": 5
}