18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / submit_test_job_missing.json
1 {
2     "x": {
3         "class": "File",
4         "path": "input/blorp.txt"
5     },
6     "y": {
7         "class": "Directory",
8         "location": "keep:99999999999999999999999999999998+99",
9         "listing": [{
10             "class": "File",
11             "location": "keep:99999999999999999999999999999998+99/file1.txt"
12         }]
13     }
14 }