-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Reinstate validation of JSON Schemas (and examples) in build process #1739
Comments
Script to validate JSON Schema instances against JSON Schema metaschema has been written and tested. Will be included in PR for HTML spec / registry go live. |
Also script to validate examples against OAS schema instances, ditto. |
Bump. Should this be reworked into a GitHub action? |
@MikeRalphson I can make the script to run in a Github action. |
@Bellangelo we do have this github workflow which might actually do at least some of what is needed? I think the first step is to see what we are and aren't doing, as some work on GitHub automation might not have updated this issue. If you can take a look at that, a PR adding anything we're still missing would be most welcome. |
@Bellangelo btw if you are looking for other automation/build-ish ways to contribute, you might want to check out our Automation & Infrastructure Project. |
Hi @handrews, sorry for the late reply but things got busy. You are indeed correct that some thing are now covered. I have opened a PR with a detailed explanation of what is missing and what it isn't.
Thank you. This is also where I found this issue originally. |
This issue is a place-holder to ensure this action isn't forgotten.
If we want to validate OAS instances beyond compliance with our JSON schemas, we would need to make a choice on which validator(s) to use - this would not be an endorsement.
Can occur after the resolution of #1270 / #1236
The text was updated successfully, but these errors were encountered: