We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A JSON version of the OpenAPI 3.0 specification is now available: OAI/OpenAPI-Specification@6d17b63 One can validate against this using jsonschema instead of using openapi_spec_validator, here: https://github.com/zalando/connexion/blob/master/connexion/spec.py#L227 In my experience, both work but jsonschema produces more useful error messages.
The text was updated successfully, but these errors were encountered:
Hi @patrickkwang,
This seems like an interesting idea since we would possibly be able to remove one dependency. Would you be interested in baking a PR with this change?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
A JSON version of the OpenAPI 3.0 specification is now available:
OAI/OpenAPI-Specification@6d17b63
One can validate against this using jsonschema instead of using openapi_spec_validator, here:
https://github.com/zalando/connexion/blob/master/connexion/spec.py#L227
In my experience, both work but jsonschema produces more useful error messages.
The text was updated successfully, but these errors were encountered: