Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / resourceTypes_field2_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             "alarmDictionary": {
13                 "type": ["null", "object"]
14             }
15         },
16         "required": [
17             "name",
18             "resourceTypeId"
19         ]
20     },
21     "examples": []
22 }