Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / deploymentManagers_properties.json
1 {
2     "type": "array",
3     "items": {
4         "type": "object",
5         "properties": {
6             "deploymentManagerId": {
7                 "type": "string"
8             },
9             "name": {
10                 "type": "string"
11             },
12             "description": {
13                 "type": "string"
14             },
15             "deploymentManagementServiceEndpoint": {
16                 "type": "string"
17             },
18             "supportedLocations": {
19                 "type": "string"
20             },
21             "capabilities": {
22                 "type": "string"
23             },
24             "capacity": {
25                 "type": "string"
26             },
27             "profileSupportList": {
28                 "type": "array",
29                 "items": {
30                     "type": "string"
31                 }
32             },
33             "oCloudId": {
34                 "type": "string"
35             },
36             "serviceUri": {
37                 "type": "string"
38             },
39             "extensions": {
40                 "type": "null",
41                 "default": ""
42             }
43         },
44         "required": [
45             "deploymentManagerId",
46             "description",
47             "name",
48             "profileSupportList",
49             "oCloudId",
50             "serviceUri"
51         ]
52     }
53 }