OLD | NEW |
1 { | 1 { |
2 "InstanceID": [ | 2 "InstanceID": [ |
3 { | 3 { |
4 "group_name": "Enabled" | 4 "group_name": "Enabled" |
5 } | 5 } |
| 6 ], |
| 7 "ReportCertificateErrors": [ |
| 8 { |
| 9 "group_name": "ShowAndPossiblySend", |
| 10 "params": { |
| 11 "sendingThreshold": "1.0" |
| 12 } |
| 13 }, |
| 14 { |
| 15 "group_name": "ShowAndPossiblySend", |
| 16 "params": { |
| 17 "sendingThreshold": "-1.0" |
| 18 } |
| 19 }, |
| 20 { |
| 21 "group_name": "ShowAndPossiblySend", |
| 22 "params": { |
| 23 "sendingThreshold": "0.0" |
| 24 } |
| 25 }, |
| 26 { |
| 27 "group_name": "ShowAndPossiblySend", |
| 28 "params": { |
| 29 "sendingThreshold": "abcdef" |
| 30 } |
| 31 }, |
| 32 { |
| 33 "group_name": "DontShowAndDontSend" |
| 34 } |
6 ] | 35 ] |
7 } | 36 } |
OLD | NEW |