Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
sdc-workflow-designer
/
a52d50e788792a63e97a9176ab319d53db7a2853
/
.
/
workflow-bdd
/
resources
/
json
/
createVersionWithInputsOutputs.json
blob: a9b6c3de951ea4ed36ef433b067603d885c8e809 [
file
] [
log
] [
blame
]
{
"description"
:
"first version - with inputs and outputs"
,
"inputs"
:
[
{
"mandatory"
:
true
,
"name"
:
"in1"
,
"type"
:
"STRING"
}
],
"outputs"
:
[
{
"mandatory"
:
true
,
"name"
:
"out1"
,
"type"
:
"TIMESTAMP"
}
]
}