Merge branch '18180-cwl-spot' refs #18180
[arvados.git] / sdk / cwl / tests / submit_test_job.json
index e453f426acb6f7d2da71075d28a2a8d13de95d0f..49d5944c06d81f6f3ece48c8f37ce5421859a942 100644 (file)
@@ -1,6 +1,23 @@
 {
     "x": {
         "class": "File",
-        "path": "inp/blorp.txt"
+        "path": "input/blorp.txt"
+    },
+    "y": {
+        "class": "Directory",
+        "location": "keep:99999999999999999999999999999998+99",
+        "listing": [{
+            "class": "File",
+            "location": "keep:99999999999999999999999999999998+99/file1.txt"
+        }]
+    },
+    "z": {
+        "class": "Directory",
+        "basename": "anonymous",
+        "listing": [{
+            "basename": "renamed.txt",
+            "class": "File",
+            "location": "keep:99999999999999999999999999999998+99/file1.txt"
+        }]
     }
 }