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
Validation result, data AFTER validation, error messages
TypeError: Cannot convert undefined or null to object
at Function.assign ()
at validate539 (eval at compileSchema (node_modules\ajv\dist\c ompile\index.js:88:30), :3:4381)
What results did you expect?
A successful validation (It worked with draft04 and v5.2.0)
Are you going to resolve the issue?
The text was updated successfully, but these errors were encountered:
If you do not use unevaluatedProperties keyword (or any other new draft-2019-09 features), you should use default import - it would have a smaller generated code.
Another workaround is to use ajv.opts.unevaluated = false (it would not work if you use unevaluatedProperties/Items keywords).
What version of Ajv are you using? Does the issue happen if you use the latest version?
7.2.3 (latest)
Ajv options object
JSON Schema
Sample data
Your code
https://runkit.com/mweber03/605d4480645b6e001a445577
Validation result, data AFTER validation, error messages
What results did you expect?
A successful validation (It worked with draft04 and v5.2.0)
Are you going to resolve the issue?
The text was updated successfully, but these errors were encountered: