blob: 4810ebe9cbb38bf14159eb6d283f84bc4f21dfc2 [file] [log] [blame]
{
"description": "version with duplicate output name",
"inputs": [
{
"mandatory": true,
"name": "in1",
"type": "STRING"
},
{
"mandatory": true,
"name": "in2",
"type": "INTEGER"
}
],
"outputs": [
{
"mandatory": true,
"name": "out1",
"type": "TIMESTAMP"
},
{
"mandatory": true,
"name": "out1",
"type": "BOOLEAN"
}
]
}