blob: 013d61599936ff20fa505e0c1ba205de0b199e68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
{
"interfaceOperations": {
"operation": {
"description": "abcd description",
"inputParams": {
"listToscaDataDefinition": [
{
"name": "inp1",
"type": "string",
"property": "97477d27-8fe2-45a1-83cb-83368ef2a402.nf_naming_code",
"mandatory": true
}
]
},
"outputParams": {
"listToscaDataDefinition": [
{
"name": "op",
"mandatory": true,
"type": "String"
}
]
},
"operationType": "create",
"workflowId" : null,
"workflowVersionId" : null
}
}
}
|