blob: cc0a38efcd4beafc867fa5e158a20916cafe92fd [file] [log] [blame]
{
"description": "version with 2 inputs and 2 outputs",
"inputs": [
{
"mandatory": true,
"name": "in1",
"type": "STRING"
},
{
"mandatory": true,
"name": "in2",
"type": "INTEGER"
}
],
"outputs": [
{
"mandatory": true,
"name": "out1",
"type": "TIMESTAMP"
},
{
"mandatory": true,
"name": "out2",
"type": "BOOLEAN"
}
]
}