blob: ee38f17974c39caf2fa207fff28262f5fdc16d26 [file] [log] [blame]
priyanshu5b9d9a12019-01-14 15:46:55 +05301{
2 "interfaces": {
3 "interface1": {
4 "type": "interface1",
5 "operations": {
6 "delete": {
7 "name": "delete",
8 "description": "description",
9 "inputs": {
10 "listToscaDataDefinition": [{
11 "name": "inp1",
12 "type": "string",
13 "inputId": "c4c6e35f-37d1-4fd5-943c-51257386a86c.nf_naming.instance_name",
14 "required": true
15 }]
16 },
17 "outputs": {
18 "listToscaDataDefinition": [{
19 "type": "string",
20 "required": true,
21 "name": "op1"
22 }]
23 },
24 "workflowAssociationType": "NONE",
25 "workflowId": null,
26 "workflowVersionId": null
27 }
28 }
29 }
30 }
31}