blob: c20ea9ad15cc63dd277d893d0c90ffc8b6e99608 [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001{
2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "description": "instanceIds that may be associated with a particular request",
4 "type": "object",
5 "properties": {
6 "networkInstanceId": {
7 "description": "UUID for the network instance (if any)",
8 "type": "string"
9 },
10 "serviceInstanceId": {
11 "description": "UUID for the service instance",
12 "type": "string"
13 },
14 "vfModuleInstanceId": {
15 "description": "UUID for the vfModule instance (if any)",
16 "type": "string"
17 },
18 "vnfInstanceId": {
19 "description": "UUID for the vnf instance (if any)",
20 "type": "string"
21 },
22 "volumeGroupInstanceId": {
23 "description": "UUID for the volume group instance (if any)",
24 "type": "string"
25 }
26 }
27}
28
29