5fd1d21dfc19e29e4a777a10b02cc7bd2f87b84e
[it/test.git] / test_scripts / O2IMS_Compliance_Test / o2ims_compliance / schemas / subscription_post_req_properties.json
1 {
2     "body": {
3         "type": "object",
4         "properties": {
5             "callback": {
6                 "type": "string"
7             },
8             "consumerSubscriptionId": {
9                 "type": "string"
10             },
11             "filter": {
12                 "type": "string"
13             }
14         },
15         "required": [
16             "callback"
17         ]
18     }
19 }