-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message is not showing exact element containing error #369
Comments
Could you please create a PR with your test case to reproduce your issue? |
Please have a check nggoenka/FhirValidationExample#1 |
ValidatorExample is giving below result: |
I am getting below error while creating PR. |
@nggoenka We have two-factor authentication enabled so HTTPS might not work. Try to switch to SSH when you clone the project if you have the write permission. If you fork the project, I don't know what is going on. It might be Github unavailable at the moment. |
@Krishna-capone after new release.....Please find below expected error: |
Please find sample code to test here: nggoenka/FhirValidationExample#1 |
@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. |
@nggoenka Have you had a chance to try the latest version? Let's open a new issue if the issue is not resolved. Thanks. |
Every invalid json element shows same error:
$: should be valid to one and only one of the schemas.
The text was updated successfully, but these errors were encountered: