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