mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
43 lines
828 B
JSON
43 lines
828 B
JSON
{
|
|
"name": "N8N Skeleton",
|
|
"nodes": [
|
|
{
|
|
"id": "load_config",
|
|
"name": "Load Config",
|
|
"type": "config.load",
|
|
"typeVersion": 1,
|
|
"position": [0, 0],
|
|
"parameters": {
|
|
"inputs": {
|
|
"path": "config.path"
|
|
},
|
|
"outputs": {
|
|
"document": "config.document"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "validate_schema",
|
|
"name": "Validate Schema",
|
|
"type": "config.schema.validate",
|
|
"typeVersion": 1,
|
|
"position": [260, 0],
|
|
"parameters": {
|
|
"inputs": {
|
|
"document": "config.document",
|
|
"path": "config.path"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"connections": {
|
|
"Load Config": {
|
|
"main": {
|
|
"0": [
|
|
{ "node": "Validate Schema", "type": "main", "index": 0 }
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|