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

Support openapi 3.1 #400

Open
3 tasks
LexLuengas opened this issue Oct 27, 2022 · 0 comments
Open
3 tasks

Support openapi 3.1 #400

LexLuengas opened this issue Oct 27, 2022 · 0 comments

Comments

@LexLuengas
Copy link
Collaborator

LexLuengas commented Oct 27, 2022

Context

Since February 2021, the openapi schema version 3.1.0 exists and, for the first time, is a true superset of JSON Schema. This opens the door for simpler tooling that already exists in the context of JSON Schema.

Currently

  • We run our tests against openapi documents with versions 3.0.x and 2.0.x.
  • We don't know if our current dependencies (mainly openapi-backend) support 3.1.0 out of the box.

This change will...

  • Create tests and test data targeting openapi 3.1.0.
  • Evaluate compatibility of dependencies with openapi 3.1.0.
  • Propose a minimal change that grants openapi-cop support for openapi 3.1.0.
@LexLuengas LexLuengas added this to the Support openapi 3.1 milestone Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant