Skip to content
New issue

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

Added ajvOptionsOverrides to support user-provided AJV options overriding #2929

Commits on Jul 15, 2022

  1. Added ajvOptionsOverrides to support user-provided AJV options overri…

    …ding
    
    - Updated `CustomValidatorOptionsType` to add `ajvOptionsOverrides`
    - Updated the `createAjvInstance()` function to spread any `ajvOptionsOverrides` on top of the `AJV_CONFIG`
    - Updated `AJV6Validator` constructor to pass `ajvOptionsOverrides` to `createAjvInstance()`
    - Updated tests to add test-case for the `$data` flag mentioned in rjsf-team#1668
    heath-freenome committed Jul 15, 2022
    Copy the full SHA
    6e2f0ed View commit details
    Browse the repository at this point in the history