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" } ] }