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
--uri-resolver
New option that allow the use of fast-uri. https://ajv.js.org/options.html#uriresolver
fast-uri
ajv compile ... --uri-resolver=fast-uri -s schema.json -o schema.js
The text was updated successfully, but these errors were encountered:
I assume it won't be in dependencies - it would be just a name of JS file to be passed to require that returns the required interface - is that right?
require
Sorry, something went wrong.
That's what I was imagining. I've updated above with what I imagine it could look like.
Successfully merging a pull request may close this issue.
New option that allow the use of
fast-uri
. https://ajv.js.org/options.html#uriresolverThe text was updated successfully, but these errors were encountered: