aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-bdd/resources/json/versionWithDuplicateOutputName.json
blob: 4810ebe9cbb38bf14159eb6d283f84bc4f21dfc2 (plain)
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
{
  "description": "version with duplicate output name",
  "inputs": [
    {
      "mandatory": true,
      "name": "in1",
      "type": "STRING"
    },
    {
      "mandatory": true,
      "name": "in2",
      "type": "INTEGER"
    }
  ],
  "outputs": [
    {
      "mandatory": true,
      "name": "out1",
      "type": "TIMESTAMP"
    },
    {
      "mandatory": true,
      "name": "out1",
      "type": "BOOLEAN"
    }
  ]
}