| Aharoni, Pavel (pa0916) | ca3cb01 | 2018-10-22 15:29:57 +0300 | [diff] [blame^] | 1 | { |
| 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 | } | ||||