Files
SDL3CPlusPlus/packages/engine_tester/workflows/validation_tour.json
2026-01-10 12:16:49 +00:00

85 lines
1.8 KiB
JSON

{
"name": "Engine Tester Validation Tour",
"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"
}
}
},
{
"id": "build_runtime",
"name": "Build Runtime Config",
"type": "runtime.config.build",
"typeVersion": 1,
"position": [520, 0],
"parameters": {
"inputs": {
"document": "config.document",
"path": "config.path"
},
"outputs": {
"runtime": "config.runtime"
}
}
},
{
"id": "validation_probe",
"name": "Validation Probe",
"type": "validation.tour.checkpoint",
"typeVersion": 1,
"position": [780, 0],
"parameters": {
"inputs": {
"checkpoint": "packages.engine_tester"
}
}
}
],
"connections": {
"Load Config": {
"main": {
"0": [
{ "node": "Validate Schema", "type": "main", "index": 0 }
]
}
},
"Validate Schema": {
"main": {
"0": [
{ "node": "Build Runtime Config", "type": "main", "index": 0 }
]
}
},
"Build Runtime Config": {
"main": {
"0": [
{ "node": "Validation Probe", "type": "main", "index": 0 }
]
}
}
}
}