Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / resourceTypes_field3_properties.json
1 {
2     "type": "array",
3     "items": {
4         "type": "object",
5         "properties": {
6             "resourceTypeId": {
7                 "type": "string"
8             },
9             "name": {
10                 "type": "string"
11             },
12             "vendor": {
13                 "type": "string"
14             },
15             "model": {
16                 "type": "string"
17             },
18             "alarmDictionary": {
19                 "type": "object"
20             },
21             "resourceKind": {
22                 "type": "string"
23             },
24             "resourceClass": {
25                 "type": "string"
26             },
27             "extensions": {
28                 "type": "null"
29             }
30         },
31         "required": [
32             "name",
33             "resourceTypeId",
34             "vendor",
35             "model",
36             "alarmDictionary"
37         ]
38     },
39     "examples": []
40 }