You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial feedback provided by the development community showed that they expected that this tool would have schema validation in addition to providing syntax validation. A couple projects in other languages do this but usually just support at most XML, JSON, and YAML
Description
Initial feedback provided by the development community showed that they expected that this tool would have schema validation in addition to providing syntax validation. A couple projects in other languages do this but usually just support at most XML, JSON, and YAML
Some project provided in the feedback
https://github.com/pyeve/cerberus
https://cuelang.org/
https://pypi.org/project/specker
Looks like there are several existing go libraries that we could leverage to perform schema validation:
We'll want to keep the option to keep current syntax only functionality available - probably though
--syntax-only
flagThe text was updated successfully, but these errors were encountered: