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

Refactor config file verification to use schema based verification #1236

Closed
mountaindude opened this issue Sep 20, 2024 · 0 comments · Fixed by #1192 or #1269 · May be fixed by #1307
Closed

Refactor config file verification to use schema based verification #1236

mountaindude opened this issue Sep 20, 2024 · 0 comments · Fixed by #1192 or #1269 · May be fixed by #1307

Comments

@mountaindude
Copy link
Collaborator

Butler SOS already uses this model, works well.
By making this change it is possible to use the powerful (and actively maintained) tools for JSON verification, for example ajv.

The schema can be verified using this concept, but some Butler-specific values in the config file still need to be verified.
For example verification that custom properties mentioned in the config file really exists in QS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant