tdegrunt / jsonschema

JSON Schema validation
Other
1.82k stars 262 forks source link

Fixing throwFirst for combinators. #376

Open martinzak-zaber opened 1 year ago

martinzak-zaber commented 1 year ago

When I used throwFirst option and oneOf combinators an error is thrown despite the schema being valid. I have provided two new test cases which fail without the given fix.

Thank you for maintaining the library.