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