In 4.2.0, we've started to use SchemaViolations instead of EnrichmentFailures with some errors. While doing this change, we've used ValidatorReport to wrap atomic field validation errors and we've passed field values as well to ValidatorReport. However, field values shouldn't be passed to ValidatorReport. This PR makes necessary changes to remove those values from ValidatorReport.
In 4.2.0, we've started to use
SchemaViolations
instead ofEnrichmentFailures
with some errors. While doing this change, we've usedValidatorReport
to wrap atomic field validation errors and we've passed field values as well toValidatorReport
. However, field values shouldn't be passed toValidatorReport
. This PR makes necessary changes to remove those values fromValidatorReport
.