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