Add O2 IMS compliance automation test scripts.
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / alarm_subscriptions_properties.json
1 {
2     "type": "array",
3     "items": {
4         "type": "object",
5         "properties": {
6             "alarmSubscriptionId": {
7                 "type": "string"
8             },
9             "callback": {
10                 "type": "string"
11             },
12             "consumerSubscriptionId": {
13                 "type": [
14                     "null",
15                     "string"
16                 ]
17             },
18             "filter": {
19                 "type": [
20                     "null",
21                     "string"
22                 ]
23             }
24         },
25         "required": [
26             "alarmSubscriptionId",
27             "callback"
28         ]
29     }
30 }