Krishna-capone
Krishna-capone
Thank You for your reply @stevehu. I tested the OneOf Validator with the code that was present before the fix for #354 was done with our team's schema and also...
@stevehu Currently if the Failfast flag is set, it throws an exception on the first error encountered which in the following case ``` { "description": "oneOf", "schema": { "oneOf": [...
I fixed the following. But i could not push in my changes to the branch fixfor-366 which i had created.. When i push i get the error error: RPC failed;...
@stevehu Thanks for all your suggestions and help. I have created a PR (https://github.com/networknt/json-schema-validator/pull/372) for the fix. Please review the changes. I have added separate test cases for failfast and...
@nggoenka This is the issue referenced and fixed in #366 . The fix has been merged and it should be available in the latest release. Thanks
@nggoenka , My fix is for Oneof Validator. In your schema i did not find any one of validation configured. So the error is not related to one of validation.