actually adding the files to the initial commit
[vid.git] / vid / src / main / resources / json / mso / instanceIds
1 {
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