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

Replace jsonschema with fastjsonschema for validation #10248

Open
gshank opened this issue Jun 1, 2024 · 0 comments · May be fixed by #10249
Open

Replace jsonschema with fastjsonschema for validation #10248

gshank opened this issue Jun 1, 2024 · 0 comments · May be fixed by #10249

Comments

@gshank
Copy link
Contributor

gshank commented Jun 1, 2024

Description

For performance reasons, we would like to replace jsonschema (used only for validation) with fastjsonschema, which should save between 7-10% of parse time.

Acceptance Criteria

Everything works as before and validation error messages are equal or better. Performance has been improved.

Will backports be required?

No.

@gshank gshank linked a pull request Jun 1, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant