n8n-nodes-base
Version:
Base nodes of n8n
67 lines (66 loc) • 1.65 kB
JSON
{
"type": "object",
"properties": {
"active": {
"type": "boolean"
},
"createdAt": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"nodes": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"parameters": {
"type": "object",
"properties": {
"resource": {
"type": "string"
}
}
},
"position": {
"type": "array",
"items": {
"type": "integer"
}
},
"type": {
"type": "string"
}
}
}
},
"settings": {
"type": "object",
"properties": {
"executionOrder": {
"type": "string"
}
}
},
"triggerCount": {
"type": "integer"
},
"updatedAt": {
"type": "string"
},
"versionId": {
"type": "string"
}
},
"version": 1
}