blob: ee38f17974c39caf2fa207fff28262f5fdc16d26 (
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
30
31
|
{
"interfaces": {
"interface1": {
"type": "interface1",
"operations": {
"delete": {
"name": "delete",
"description": "description",
"inputs": {
"listToscaDataDefinition": [{
"name": "inp1",
"type": "string",
"inputId": "c4c6e35f-37d1-4fd5-943c-51257386a86c.nf_naming.instance_name",
"required": true
}]
},
"outputs": {
"listToscaDataDefinition": [{
"type": "string",
"required": true,
"name": "op1"
}]
},
"workflowAssociationType": "NONE",
"workflowId": null,
"workflowVersionId": null
}
}
}
}
}
|