18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'
[arvados.git] / sdk / cwl / tests / order / inputs_test_order.json
1 {
2     "fileInput": {
3         "class": "File",
4         "path": "../input/blorp.txt"
5     },
6     "boolInput": true,
7     "floatInput": 1.234,
8     "optionalFloatInput": null
9 }