n8n-nodes-base
Version:
Base nodes of n8n
31 lines (30 loc) • 576 B
JSON
{
"type": "object",
"properties": {
"canUploadPhoto": {
"type": "boolean"
},
"displayName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"hireDate": {
"type": "string"
},
"id": {
"type": "string"
},
"lastName": {
"type": "string"
},
"photoUploaded": {
"type": "boolean"
},
"photoUrl": {
"type": "string"
}
},
"version": 5
}