-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Invalid Json in OpenAPI-Specification/schemas/v3.1/schema.json #2723
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
Comments
Maybe missing a '{' |
Looks like it. Issue seems to be introduced by #2706 which seems to have been merged despite a failing test: Kind regards, |
Fixed, thx! |
@seriousme You caught us in the middle of a multi-step process of releasing a new version of the schema. I suggest changing your Github Action so it looks for new versions (from the website)[https://github.com/OAI/OpenAPI-Specification/tree/gh-pages/oas/3.1/schema] instead. When we release a new version of the schema, this is where they get published. What's in the repo can sometimes be incomplete because we don't release a new version for every PR that we get. |
Clear ! Few questions though: Kind regards, |
This is a new process that I introduced for v3.1, so that's why you don't see any 3.0 schemas published there yet. This next release will have a v3.0 update and I will be publishing that to the website. I don't plan to add older releases to website, but I can if people ask for it. The bottom line is that going forward, all schema updates will be published to the website. Once a version is published, it will not be removed. Hope that was clear. |
Thanks for the explanation! |
Btw: ideally there would be an API(;-)) to check for new versions. |
The process could certainly use some improvements, but with all volunteer work, you often end up with a minimal viable solution rather than an ideal solution 😞. |
Hi,
my Github action to check for new OAS versions detected invalid JSON at:
OpenAPI-Specification/schemas/v3.1/schema.json
Lines 774 to 778 in 917d330
Kind regards,
Hans
The text was updated successfully, but these errors were encountered: