OpenAPIKit icon indicating copy to clipboard operation
OpenAPIKit copied to clipboard

Add support for creating OpenAPI 3.1 documents from OpenAPI 3.0 documents

Open mattpolzin opened this issue 4 years ago • 1 comments

This will need to live in a new library module (name TBD) that depends on both the OpenAPIKit30 and OpenAPIKit modules.

Work off of the release/3_0 branch.

mattpolzin avatar Mar 01 '21 01:03 mattpolzin

NOTE this should be done after pretty much every other v3.x task because all other OpenAPI 3.1 changes will impact the conversion between OpenAPI versions.

mattpolzin avatar Mar 17 '21 02:03 mattpolzin

This is mostly completed (but not fully tested yet) by: https://github.com/mattpolzin/OpenAPIKit/pull/263

mattpolzin avatar Dec 26 '22 03:12 mattpolzin