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
In certain scenarios the validator from the jsonschema package doesn't work in the browser out of the box, without additionally installing a polyfill (tdegrunt/jsonschema#367), because it only supports Node.js (tdegrunt/jsonschema#383 (comment)). This is an issue that I encountered in a project using Vite. It also appears this library is the slowest one available - see https://github.com/ebdrup/json-schema-benchmark. Without doing much research, my initial recommendation would be to switch to https://github.com/ajv-validator/ajv.
jsonschema
The text was updated successfully, but these errors were encountered:
Sounds good to me! I'm all for it! :)
Sorry, something went wrong.
The above PR should address this issue.
No branches or pull requests
In certain scenarios the validator from the
jsonschema
package doesn't work in the browser out of the box, without additionally installing a polyfill (tdegrunt/jsonschema#367), because it only supports Node.js (tdegrunt/jsonschema#383 (comment)). This is an issue that I encountered in a project using Vite.It also appears this library is the slowest one available - see https://github.com/ebdrup/json-schema-benchmark.
Without doing much research, my initial recommendation would be to switch to https://github.com/ajv-validator/ajv.
The text was updated successfully, but these errors were encountered: