Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / resourceTypes_field4_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             "version": {
16                 "type": "string"
17             },
18             "description": {
19                 "type": "string"
20             },
21             "model": {
22                 "type": "string"
23             },
24             "alarmDictionary": {
25                 "type": ["null", "object"]
26             },
27             "resourceKind": {
28                 "type": "string"
29             },
30             "resourceClass": {
31                 "type": "string"
32             },
33             "extensions": {
34                 "type": "object"
35             }
36         },
37         "required": [
38             "description",
39             "name",
40             "resourceTypeId",
41             "vendor",
42             "version",
43             "model"
44         ]
45     },
46     "examples": []
47 }