[VID-6] Initial rebase push
[vid.git] / vid-app-common / src / main / resources / json / mso / instanceIds
1 {\r
2     "$schema": "http://json-schema.org/draft-04/schema#",\r
3                         "description": "instanceIds that may be associated with a particular request",\r
4                         "type": "object",\r
5                         "properties": {  \r
6                                 "networkInstanceId": {\r
7                                         "description": "UUID for the network instance (if any)",\r
8                                         "type": "string"\r
9                                 },  \r
10                                 "serviceInstanceId": {\r
11                                         "description": "UUID for the service instance",\r
12                                         "type": "string"\r
13                                 },  \r
14                                 "vfModuleInstanceId": {\r
15                                         "description": "UUID for the vfModule instance (if any)",\r
16                                         "type": "string"\r
17                                 },  \r
18                                 "vnfInstanceId": {\r
19                                         "description": "UUID for the vnf instance (if any)",\r
20                                         "type": "string"\r
21                                 },  \r
22                                 "volumeGroupInstanceId": {\r
23                                         "description": "UUID for the volume group instance (if any)",\r
24                                         "type": "string"\r
25                                 }  \r
26                 }\r
27 }\r
28 \r
29