blob: 4810ebe9cbb38bf14159eb6d283f84bc4f21dfc2 [file] [log] [blame]
talig373f52e2018-09-26 09:33:04 +03001{
2 "description": "version with duplicate output name",
3 "inputs": [
4 {
5 "mandatory": true,
6 "name": "in1",
7 "type": "STRING"
8 },
9 {
10 "mandatory": true,
11 "name": "in2",
12 "type": "INTEGER"
13 }
14 ],
15 "outputs": [
16 {
17 "mandatory": true,
18 "name": "out1",
19 "type": "TIMESTAMP"
20 },
21 {
22 "mandatory": true,
23 "name": "out1",
24 "type": "BOOLEAN"
25 }
26 ]
27}