File size: 677 Bytes
98bde72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "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": []
}