We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
convert json schema validation errors to useful errors!
The text was updated successfully, but these errors were encountered:
I did something like that on this line.
Outputs something like:
Invalid configuration file: - data.api.hairRelations is the wrong type - data.api.dataDir is the wrong type
Would that already be enough to close this perhaps?
Sorry, something went wrong.
I think it would be even better if the error will tell you what types are allowed, together with the incorrect value. And the same for enums.
enums
Also, we can remove the trailing data. in each error.
data.
I see. Makes sense. 👍
Maybe we should create module that does this?
😩
bertspaan
No branches or pull requests
convert json schema validation errors to useful errors!
The text was updated successfully, but these errors were encountered: