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

Centralize Validation Rules & Store JSON Schema #302

Open
d-jeffery opened this issue Jul 29, 2024 · 0 comments
Open

Centralize Validation Rules & Store JSON Schema #302

d-jeffery opened this issue Jul 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@d-jeffery
Copy link
Contributor

d-jeffery commented Jul 29, 2024

Currently each language has its own validation rules and implementation. This means updating the regex rules will require a change and release of every pkg. Likewise, the schema for validation of the store files currently lives in code and is not being shared.

Rules:

Schema:

Figure out a way to share the JSON schema between all 3 implementations, and centralize the regex rule patterns to reduce number of touch points on release.

@rhamzeh rhamzeh added the enhancement New feature or request label Jul 29, 2024
@rhamzeh rhamzeh added this to the Language Validation milestone Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants