4841c3532b9d88158822e0dbbb14e97ac6cab80a
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / resourcePools_properties.json
1 {
2     "type": "array",
3     "items": {
4         "type": "object",
5         "properties": {
6             "resourcePoolId": {
7                 "type": "string"
8             },
9             "name": {
10                 "type": "string"
11             },
12             "globalLocationId": {
13                 "type": "string"
14             },
15             "location": {
16                 "type": "string"
17             },
18             "description": {
19                 "type": "string"
20             },
21             "oCloudId": {
22                 "type": "string",
23                 "default": "oCloudId"
24             },
25             "resources": {
26                 "type": "array",
27                 "default": []
28             },
29             "extensions": {
30                 "type": "null",
31                 "default": null
32             }
33         },
34         "required": [
35             "description",
36             "globalLocationId",
37             "name",
38             "resourcePoolId",
39             "oCloudId"
40         ]
41     }
42 }