n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 490 B
JSON
{
"type": "object",
"properties": {
"adminCreated": {
"type": "boolean"
},
"description": {
"type": "string"
},
"email": {
"type": "string"
},
"etag": {
"type": "string"
},
"id": {
"type": "string"
},
"kind": {
"type": "string"
},
"name": {
"type": "string"
}
},
"version": 1
}