You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Unable to use code generation with OpenAPI version 3.1 specifications
Describe the solution you'd like
Add support for OASv 3.1
Describe alternatives you've considered
Currently, I am simply changing the version number included in the spec and disabling spec validation. This works just fine, since the only incompatible change that I am dealing with is the use of "examples" as a list instead of a single value. While the spec is invalid when doing this, it is still parsed and generates code just fine.
This approach would not work for some of the other changes, however.
New top-level element for describing Webhooks that are registered and managed out of band
Support for identifying API licenses using the standard SPDX identifier
PathItems object is now optional to make it simpler to create reusable libraries of components. Reusable PathItems can be described in the components object. There is also support for describing APIs secured using client certificates.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Unable to use code generation with OpenAPI version 3.1 specifications
Describe the solution you'd like
Add support for OASv 3.1
Describe alternatives you've considered
Currently, I am simply changing the version number included in the spec and disabling spec validation. This works just fine, since the only incompatible change that I am dealing with is the use of "examples" as a list instead of a single value. While the spec is invalid when doing this, it is still parsed and generates code just fine.
This approach would not work for some of the other changes, however.
Additional Context
Here are the major changes from the release announcement:
Major Changes in OpenAPI Specification 3.1.0
The text was updated successfully, but these errors were encountered: