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

feature: Support raw validation in the playground #3217

Merged

Commits on Oct 31, 2022

  1. feature: Support raw validation in the playground

    To help users determine whether validation issues are specific to Ajv or RJSF, a new raw validation feature was added to the playground
    - Updated the `ValidatorType` interface to add the new `rawValidation()` function
    - Refactored the `validator-ajv6` and `validator-ajv8` `ValidatorType` implementations to create the `rawValidation()` function
    - Updated the Test validation implementations to implement the `rawValidation()` function
    - Updated the playground's `app.js` to update the accidentally committed code to better display any validation errors
    heath-freenome committed Oct 31, 2022
    Copy the full SHA
    38df56e View commit details
    Browse the repository at this point in the history