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

JS schema validation should rely on a single library #276

Open
Tracked by #321
pierluca opened this issue Jan 24, 2023 · 0 comments
Open
Tracked by #321

JS schema validation should rely on a single library #276

pierluca opened this issue Jan 24, 2023 · 0 comments
Labels
enhancement New feature or request web frontend

Comments

@pierluca
Copy link
Contributor

pierluca commented Jan 24, 2023

Currently, both yup and ajv are imported as dependencies and used by the web front-end to validate JSON object schemas.

Only one of them should be used, as they're meant to serve the same purpose and the duplication serves no purpose.

@pierluca pierluca added enhancement New feature or request web frontend labels Jan 24, 2023
@pierluca pierluca changed the title Only use "yup" OR "ajv" for JS schema validation JS schema validation should rely on a single library Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web frontend
Projects
None yet
Development

No branches or pull requests

1 participant