Add support to openAPI 3.1.*
See original GitHub issueHi,
Is it possible to add support for openAPI 3.1.0 and more?
I get this error when I try to use it with the 3.1.0 version:
Unsupported OpenAPI version: 3.1.0. Swagger Parser only supports versions 3.0.0, 3.0.1, 3.0.2, 3.0.3
Thank you 😃
Issue Analytics
- State:
- Created 2 years ago
- Reactions:26
- Comments:9 (4 by maintainers)
Top Results From Across the Web
OpenAPI 3.1 - What's New and How to Migrate to ... - APIMatic
We are excited to announce the support for OpenAPI 3.1 as APIMatic's latest supported API specification format, which can be used throughout ...
Read more >Add OpenAPI 3.1 support for OpenAPI Specifications plugin
Add OpenAPI 3.1 support for OpenAPI Specifications plugin · Start with a valid OpenApi 3.0 specification file in YAML format · Change the...
Read more >Stoplight Now Supports OpenAPI 3.1 Documents
Now, Stoplight has taken the first step to support OpenAPI 3.1 documents with our current features, tools, ... Add it, or upvote it...
Read more >OpenAPI v3.1 Resources for Tooling Developers
OpenAPI v3.1.0 has a bunch of great changes, solving problems like the subtle differences between JSON Schema objects and OpenAPI Schema objects ...
Read more >OpenAPI/Swagger Support - GitHub Pages
To get started add Micronaut's openapi to the annotation processor scope of your ... annotationProcessor("io.micronaut.openapi:micronaut-openapi:3.1.0").
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same for me. Any change to have a support for OpenAPI 3.1.0 ? Regards,
What changes in 10.1.0 addressed this issue? Looking through the changes it appears that it was mostly CI changes https://github.com/APIDevTools/swagger-parser/compare/v10.0.5...v10.1.0