n8n-nodes-base
Version:
Base nodes of n8n
28 lines (27 loc) • 516 B
JSON
{
"type": "object",
"properties": {
"createdDateTime": {
"type": "string"
},
"description": {
"type": "string"
},
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"lastModifiedDateTime": {
"type": "string"
},
"name": {
"type": "string"
},
"webUrl": {
"type": "string"
}
},
"version": 1
}