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
{{ message }}
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,9 +393,7 @@ We can see that this provides the best means to focus on the implementation of t
393
393
- Single-file output
394
394
- Support multiple OpenAPI files by having a package-per-OpenAPI file
395
395
- Support of OpenAPI 3.0
396
-
- OpenAPI 3.1 support is in experimental form, as a complete rewrite using [libopenapi](https://github.com/pb33f/libopenapi). Please look in the
397
-
`./experimental` directory. This is potentially the future V3 of `oapi-codegen` and is functionally complete, just not deeply tested yet. Many OpenAPI 3.1
398
-
features are supported, such as webhooks and callbacks.
396
+
- OpenAPI 3.1 support is [awaiting upstream support](https://github.com/oapi-codegen/oapi-codegen/issues/373)
399
397
- Note that this does not include OpenAPI 2.0 (aka Swagger)
400
398
- Extract parameters from requests, to reduce work required by your implementation
401
399
- Implicit `additionalProperties` are ignored by default ([more details](#additional-properties-additionalproperties))
0 commit comments