-
Notifications
You must be signed in to change notification settings - Fork 45
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
TypeError: Cannot read property 'match' of undefined #94
Comments
I got the same error:
data is
|
probably and issue with version 7/8 of ajv. They removed the option |
This should be fixed by #92 |
orgads
pushed a commit
to orgads/better-ajv-errors
that referenced
this issue
Dec 3, 2023
chore(deps): update dependency jest to v29.1.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all, I'm suffering an issue while trying to show validate a JSON file. The below are my model, schema, and script files.
Here is my TS interface file (model.ts)
The schema is generated by
ts-json-schema-generator
package (schema.json)My testing JSON file (model.json):
The scripting (index.js):
The output errors:
The environment and package versions:
MacOS darwin x86_64
Node: 14.17.0
Npm: 6.14.13
ajv: 8.6.2
better-ajv-errors: 0.7.0
ts-json-schema-generator: 0.95.0
The text was updated successfully, but these errors were encountered: