diff options
Diffstat (limited to 'sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs1.json')
-rw-r--r-- | sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs1.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs1.json b/sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs1.json new file mode 100644 index 00000000..cc0a38ef --- /dev/null +++ b/sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs1.json @@ -0,0 +1,27 @@ +{ + "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" + } + ] +}
\ No newline at end of file |