blob: 010d787137d4e25917bd17c868c41d1d830bcbf0 [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001{
2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "type": "object",
4 "properties": {
5 "subscriptionServiceType": {
6 "type": "string"
7 },
8 "userParams": {
9 "type": "array",
10 "items": {
11 "type": "object",
12 "properties": {
13 "name": {
14 "type": "string"
15 },
16 "value": {
17 "type": "string"
18 }
19 }
20 }
21 }
22 }
23 }