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
Is your feature request related to a problem? Please describe. Given our business logic, we are in need of adding custom-keywords.
For example:
in: path name: offset schema: type: number myUserKeyword: true # Custom keyword
We found that AJV has this feature: https://ajv.js.org/guide/user-keywords.html#user-defined-keywords.
However, there is no way to extend the Ajv instance used by the validator (or at least we couldn't find one).
Describe the solution you'd like Support for custom-keywords.
A solution is provided in this PR
The text was updated successfully, but these errors were encountered:
@constanzaderienzo can you describe the current behavior today and the desired behavior if this change were implemented and merged?
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Given our business logic, we are in need of adding custom-keywords.
For example:
We found that AJV has this feature: https://ajv.js.org/guide/user-keywords.html#user-defined-keywords.
However, there is no way to extend the Ajv instance used by the validator (or at least we couldn't find one).
Describe the solution you'd like
Support for custom-keywords.
A solution is provided in this PR
The text was updated successfully, but these errors were encountered: