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