n8n-nodes-base
Version:
Base nodes of n8n
48 lines (47 loc) • 979 B
JSON
{
"type": "object",
"properties": {
"creationTime": {
"type": "string"
},
"customerId": {
"type": "string"
},
"etag": {
"type": "string"
},
"id": {
"type": "string"
},
"isAdmin": {
"type": "boolean"
},
"isDelegatedAdmin": {
"type": "boolean"
},
"isMailboxSetup": {
"type": "boolean"
},
"kind": {
"type": "string"
},
"name": {
"type": "object",
"properties": {
"familyName": {
"type": "string"
},
"givenName": {
"type": "string"
}
}
},
"orgUnitPath": {
"type": "string"
},
"primaryEmail": {
"type": "string"
}
},
"version": 1
}