n8n-nodes-base
Version:
Base nodes of n8n
42 lines (41 loc) • 869 B
JSON
{
"type": "object",
"properties": {
"creationTime": {
"type": "string"
},
"id": {
"type": "string"
},
"isAdmin": {
"type": "boolean"
},
"kind": {
"type": "string"
},
"lastLoginTime": {
"type": "string"
},
"name": {
"type": "object",
"properties": {
"familyName": {
"type": "string"
},
"fullName": {
"type": "string"
},
"givenName": {
"type": "string"
}
}
},
"primaryEmail": {
"type": "string"
},
"suspended": {
"type": "boolean"
}
},
"version": 4
}