[VID-6] Initial rebase push
[vid.git] / vid-app-common / src / main / resources / json / mso / cloudConfiguration
1 {\r
2     "$schema": "http://json-schema.org/draft-04/schema#",\r
3         "description": "fields communicating the cloud configuration in a standard way",\r
4         "type": "object",\r
5         "properties": {  \r
6                 "nodeLocation": {\r
7                         "description": "Location identifier for the node",\r
8                         "type": "string"\r
9                 },  \r
10                 "lcpCloudRegionId": {\r
11                         "description": "LCP Node Location identifier",\r
12                         "type": "string"\r
13                 },  \r
14                 "tenantId": {\r
15                         "description": "Openstack tenant id",\r
16                         "type": "string"\r
17                 }  \r
18         }\r
19 }