aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json')
-rw-r--r--sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json b/sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json
new file mode 100644
index 00000000..58f9b2b8
--- /dev/null
+++ b/sdc-workflow-bdd/resources/json/versionWith2Inputs2Outputs2.json
@@ -0,0 +1,27 @@
+{
+ "description": "version with 2 inputs and 2 outputs",
+ "inputs": [
+ {
+ "mandatory": false,
+ "name": "in1",
+ "type": "STRING"
+ },
+ {
+ "mandatory": true,
+ "name": "in3",
+ "type": "INTEGER"
+ }
+ ],
+ "outputs": [
+ {
+ "mandatory": false,
+ "name": "out1",
+ "type": "TIMESTAMP"
+ },
+ {
+ "mandatory": true,
+ "name": "out3",
+ "type": "BOOLEAN"
+ }
+ ]
+} \ No newline at end of file