[VID-6] Initial rebase push
[vid.git] / vid-app-common / src / main / resources / json / mso / requestParameters
1 {\r
2   "$schema": "http://json-schema.org/draft-04/schema#",\r
3   "type": "object",\r
4   "properties": {\r
5         "subscriptionServiceType": {\r
6           "type": "string"\r
7         },\r
8         "userParams": {\r
9           "type": "array",\r
10           "items": {\r
11             "type": "object",\r
12             "properties": {\r
13               "name": {\r
14                 "type": "string"\r
15               },\r
16               "value": {\r
17                 "type": "string"\r
18               }\r
19             }\r
20           }\r
21         }\r
22       }\r
23     }