| { | |
| "task_hash": "source_data_example", | |
| "evidence_snapshot_hash": "examples/source_records.json", | |
| "hypotheses": [], | |
| "obligations": [], | |
| "nodes": [ | |
| { | |
| "id": "01", | |
| "tool": "normalize", | |
| "revision": "1", | |
| "inputs": [ | |
| "raw" | |
| ], | |
| "outputs": [ | |
| "normalized" | |
| ], | |
| "cost": 1, | |
| "attempts": 1 | |
| }, | |
| { | |
| "id": "02", | |
| "tool": "report", | |
| "revision": "1", | |
| "inputs": [ | |
| "normalized" | |
| ], | |
| "outputs": [ | |
| "release_report" | |
| ], | |
| "cost": 1, | |
| "attempts": 1 | |
| } | |
| ], | |
| "required": [ | |
| "release_report" | |
| ], | |
| "budget": 2, | |
| "seed": 2027, | |
| "diagnostics": [] | |
| } | |