Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / deploymentManager_properties.json
1 {
2     "type": "object",
3     "properties": {
4         "deploymentManagerId": {
5             "type": "string",
6             "default": "a6f48e28-0c50-330c-934f-2c355bdaed98"
7         },
8         "name": {
9             "type": "string",
10             "default": ""
11         },
12         "description": {
13             "type": "string",
14             "default": ""
15         },
16         "oCloudId": {
17             "type": "string",
18             "default": ""
19         },
20         "serviceUri": {
21             "type": "string",
22             "default": ""
23         },
24         "extensions": {
25             "type": [
26                 "null",
27                 "object"
28             ],
29             "default": null
30         }
31     },
32     "required": [
33         "deploymentManagerId",
34         "description",
35         "name",
36         "oCloudId",
37         "serviceUri"
38     ]
39 }