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
meta: false
Following will crash with not very descriptive error Error: can't resolve reference http://json-schema.org/draft-07/schema# from id #
Error: can't resolve reference http://json-schema.org/draft-07/schema# from id #
const AJV = require('ajv'); const ajv = new AJV({ meta: false }); require('ajv-merge-patch')(ajv);
If it works as intended it'll be good to document that AJV cannot be initialized with meta: false, if we want to take advantage of this plugin
The text was updated successfully, but these errors were encountered:
Can be added to docs indeed.
Sorry, something went wrong.
No branches or pull requests
Following will crash with not very descriptive error
Error: can't resolve reference http://json-schema.org/draft-07/schema# from id #
If it works as intended it'll be good to document that AJV cannot be initialized with
meta: false
, if we want to take advantage of this pluginThe text was updated successfully, but these errors were encountered: