{ "description": "version with with duplicate input name", "inputs": [ { "mandatory": true, "name": "in1", "type": "STRING" }, { "mandatory": true, "name": "in1", "type": "INTEGER" } ], "outputs": [ { "mandatory": true, "name": "out1", "type": "TIMESTAMP" }, { "mandatory": true, "name": "out2", "type": "BOOLEAN" } ] }