n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 533 B
JSON
{
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"mailEnabled": {
"type": "boolean"
},
"mailNickname": {
"type": "string"
},
"securityEnabled": {
"type": "boolean"
},
"securityIdentifier": {
"type": "string"
}
},
"version": 1
}