blob: 58f9b2b849e8aae4c1f6833854a99333d04e12b5 [file] [log] [blame]
talig02201e42018-08-05 10:47:36 +03001{
2 "description": "version with 2 inputs and 2 outputs",
3 "inputs": [
4 {
5 "mandatory": false,
6 "name": "in1",
7 "type": "STRING"
8 },
9 {
10 "mandatory": true,
11 "name": "in3",
12 "type": "INTEGER"
13 }
14 ],
15 "outputs": [
16 {
17 "mandatory": false,
18 "name": "out1",
19 "type": "TIMESTAMP"
20 },
21 {
22 "mandatory": true,
23 "name": "out3",
24 "type": "BOOLEAN"
25 }
26 ]
27}