Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / ocloud_properties.json
1 {
2     "type": "object",
3     "properties": {
4         "oCloudId": {
5             "type": "string",
6             "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b"
7         },
8         "globalcloudId": {
9             "type": "string",
10             "default": ""
11         },
12         "name": {
13             "type": "string",
14             "default": "5ffd1c7f-2af7-4dd4-8519-4cab54c561ef"
15         },
16         "description": {
17             "type": "string",
18             "default": "An ocloud"
19         },
20         "infrastructureManagementServiceEndpoint": {
21             "type": "null",
22             "default": null
23         },
24         "serviceUri": {
25             "type": "string",
26             "default": ""
27         }
28     },
29     "required": [
30         "description",
31         "globalcloudId",
32         "serviceUri",
33         "name",
34         "oCloudId"
35     ]
36 }