| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "type": "object", | 2 "type": "object", |
| 3 "properties": { | 3 "properties": { |
| 4 "suppress_first_run_page": { | 4 "suppress_first_run_page": { |
| 5 "type": "boolean" | 5 "type": "boolean" |
| 6 }, | 6 }, |
| 7 "additional_subscriptions": { | 7 "additional_subscriptions": { |
| 8 "type": "array", | 8 "type": "array", |
| 9 "items": { | 9 "items": { |
| 10 "type": "string" | 10 "type": "string" |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 } | 13 } |
| 14 } | 14 } |
| OLD | NEW |