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

JSONSchemaBridge in combination with ajv-validator v8 not working, while v7 is #923

Closed
petermanders89 opened this issue Apr 7, 2021 · 1 comment · Fixed by #925
Closed
Assignees
Labels
Type: Feature New features and feature requests
Milestone

Comments

@petermanders89
Copy link

The bridge is no longer working with the new version of the ajv-validator (see ajv-validator/ajv#1487). The property 'dataPath' has been renamed to 'instancePath'.

const path = pathToName(detail.dataPath);

This affects: JSONSchemaBridge in combination with the 'ajv-validator'.

@radekmie radekmie added the Type: Bug Bug reports and their fixes label Apr 8, 2021
@radekmie radekmie added this to Needs triage in Open Source (migrated) via automation Apr 8, 2021
@radekmie radekmie added this to the v3.3 milestone Apr 8, 2021
@radekmie radekmie moved this from Needs triage to To do in Open Source (migrated) Apr 8, 2021
@radekmie radekmie added Type: Feature New features and feature requests and removed Type: Bug Bug reports and their fixes labels Apr 8, 2021
@radekmie radekmie modified the milestones: v3.3, v3.4 Apr 8, 2021
@radekmie
Copy link
Contributor

radekmie commented Apr 8, 2021

Hi @petermanders89. That's right, we have to update the JSONSchemaBridge. Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New features and feature requests
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants