c4ea53e75c17fd5362712062072d57cbfb065f16
[it/test.git] / 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 }