| OLD | NEW |
| 1 { | 1 { |
| 2 "result": { | 2 "result": { |
| 3 "UrlCorrections": [ | 3 "UrlCorrections": [ |
| 4 { | 4 { |
| 5 "correctionType": "reloadPage", | 5 "correctionType": "reloadPage", |
| 6 "urlCorrection": "http://reload/", | 6 "urlCorrection": "http://reload/", |
| 7 "clickTrackingUrl": "http://reload_tracking/" | 7 "clickTrackingUrl": "http://reload_tracking/" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "correctionType": "urlCorrection", | 10 "correctionType": "urlCorrection", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "clickTrackingUrl": "http://tracking2/" | 22 "clickTrackingUrl": "http://tracking2/" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "correctionType": "webSearchQuery", | 25 "correctionType": "webSearchQuery", |
| 26 "urlCorrection": "search query", | 26 "urlCorrection": "search query", |
| 27 "clickTrackingUrl": "http://tracking2/" | 27 "clickTrackingUrl": "http://tracking2/" |
| 28 } | 28 } |
| 29 ] | 29 ] |
| 30 } | 30 } |
| 31 } | 31 } |
| OLD | NEW |