Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / resourcePool_properties.json
1 {
2     "type": "object",
3     "properties": {
4         "resourcePoolId": {
5             "type": "string",
6             "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b"
7         },
8         "name": {
9             "type": "string",
10             "default": "5ffd1c7f-2af7-4dd4-8519-4cab54c561ef"
11         },
12         "globalLocationId": {
13             "type": "string",
14             "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b"
15         },
16         "location": {
17             "type": "string",
18             "default": "location"
19         },
20         "description": {
21             "type": "string",
22             "default": "A Resource Pool"
23         },
24         "oCloudId": {
25             "type": "string",
26             "default": "oCloudId"
27         },
28         "resources": {
29             "type": "array",
30             "default": []
31         },
32         "extensions": {
33             "type": "null",
34             "default": null
35         }
36     },
37     "required": [
38         "description",
39         "globalLocationId",
40         "name",
41         "resourcePoolId",
42         "oCloudId"
43     ]
44 }