jsonvalidate icon indicating copy to clipboard operation
jsonvalidate copied to clipboard

Support options for `ajv`

Open AlexAxthelm opened this issue 1 year ago • 1 comments

Hi,

I'm interested in using jsonvalidate for my projects, and one of the features that would be really helpful from ajv is being able to fill in default values from the schema.

Doing so would require being able to set the useDefaults option for ajv. Is there a way to pass options other than strict to json_schema$new() without using a modified version of in.js?

AlexAxthelm avatar Nov 07 '23 13:11 AlexAxthelm