n8n-nodes-base
Version:
Base nodes of n8n
27 lines (26 loc) • 595 B
JSON
{
"type": "object",
"properties": {
"metadata": {
"type": "object",
"properties": {
".tag": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"path_display": {
"type": "string"
},
"path_lower": {
"type": "string"
}
}
}
},
"version": 1
}