n8n-nodes-base
Version:
Base nodes of n8n
45 lines (44 loc) • 944 B
JSON
{
"type": "object",
"properties": {
"browserLink": {
"type": "string"
},
"href": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"parent": {
"type": "object",
"properties": {
"browserLink": {
"type": "string"
},
"href": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"type": {
"type": "string"
}
}
},
"tableType": {
"type": "string"
},
"type": {
"type": "string"
}
},
"version": 1
}