n8n-nodes-base
Version:
Base nodes of n8n
43 lines (42 loc) • 835 B
JSON
{
"type": "object",
"properties": {
"adminCreated": {
"type": "boolean"
},
"aliases": {
"type": "array",
"items": {
"type": "string"
}
},
"description": {
"type": "string"
},
"directMembersCount": {
"type": "string"
},
"email": {
"type": "string"
},
"etag": {
"type": "string"
},
"id": {
"type": "string"
},
"kind": {
"type": "string"
},
"name": {
"type": "string"
},
"nonEditableAliases": {
"type": "array",
"items": {
"type": "string"
}
}
},
"version": 3
}