Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / ocloud_allfields_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": "3F20D850-AF4F-A84F-FB5A-0AD585410361"
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         "serviceUri": {
21             "type": "string",
22             "default": "http://128.224.115.23:30205"
23         },
24         "extensions": {
25             "type": "null",
26             "default": null
27         }
28     },
29     "required": [
30         "description",
31         "extensions",
32         "globalcloudId",
33         "name",
34         "oCloudId",
35         "serviceUri"
36     ]
37 }