You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cdimascio, we have the similar issue. We would like to keep the specification as single source of truth, to avoid drift between the specification and initial code implementation. And keywords look like the perfect solution for that.
Uh oh!
There was an error while loading. Please reload this page.
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: