56b0f20f19d2ef211eadb3e0c691634f40f1d76e
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / subscriptions_properties.json
1 {
2     "type": "array",
3     "items": {
4         "type": "object",
5         "properties": {
6             "subscriptionId": {
7                 "type": "string"
8             },
9             "callback": {
10                 "type": "string"
11             },
12             "consumerSubscriptionId": {
13                 "type": "string"
14             },
15             "filter": {
16                 "type": "string"
17             }
18         },
19         "required": [
20             "callback",
21             "subscriptionId"
22         ]
23     }
24 }