aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-bdd/resources/json/createVersionWithInputsOutputs.json
blob: a9b6c3de951ea4ed36ef433b067603d885c8e809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "description": "first version - with inputs and outputs",
  "inputs": [
    {
      "mandatory": true,
      "name": "in1",
      "type": "STRING"
    }
  ],
  "outputs": [
    {
      "mandatory": true,
      "name": "out1",
      "type": "TIMESTAMP"
    }
  ]
}