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
Is your feature request related to a problem? Please describe.
Currently the resolver supports draft-07 but draft-2020-12 (also used by default at Zod 4 toJSONSchema) requires to use another module imported from ajv/dist/2020
importAjvfrom'ajv/dist/2020';
Describe the solution you'd like
Not sure how it's going to work: it either can be another feature of existing AJV resolver with some conditions, or a different resolver.