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

Evaluate consumers of OpenAPI #142

Closed
lofidevops opened this issue Oct 27, 2022 · 1 comment
Closed

Evaluate consumers of OpenAPI #142

lofidevops opened this issue Oct 27, 2022 · 1 comment

Comments

@lofidevops
Copy link
Contributor

lofidevops commented Oct 27, 2022

SN-1142

From https://openapi.tools we have identified potential consumers of OpenAPI schemas, but they only support OpenAPI 3.0. Options include:

  1. translate 3.1 schemas to 3.0, consume from there
  2. update consumers to ingest 3.1 schemas

This ticket explores option 2. (It's probably worth trialing these tools first via option 1 to confirm they add value.)

Connexion 🐍 📝 :octocat:

Fuzzers

See also

https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0

@lofidevops
Copy link
Contributor Author

We are currently using Connexion by downgrading 3.1 schemas to 3.0. This is sufficient for now.

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