blob: 978d9c09c4c63d2a6fef62aebbed1e33f0b0fec1 [file] [log] [blame]
{
"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"
}
]
}