eclipsesource/play-json-schema-validator

Duplicate reports within `errors` property

Closed this issue · 0 comments

When resolveRefAndValidate is run, the AnyValidator is run twice which leads to duplicate reports within the errors reports. A proposed fix would therefore:

  1. Run the AnyValidator only once
  2. Make sure that duplicate errors are removed when merging Results