Fix name convention issue
[sdc/sdc-workflow-designer.git] / sdc-workflow-bdd / resources / json / versionWithDuplicateInputName.json
1 {
2   "description": "version with with duplicate input name",
3   "inputs": [
4     {
5       "mandatory": true,
6       "name": "in1",
7       "type": "STRING"
8     },
9     {
10       "mandatory": true,
11       "name": "in1",
12       "type": "INTEGER"
13     }
14   ],
15   "outputs": [
16     {
17       "mandatory": true,
18       "name": "out1",
19       "type": "TIMESTAMP"
20     },
21     {
22       "mandatory": true,
23       "name": "out2",
24       "type": "BOOLEAN"
25     }
26   ]
27 }