OpenAPIKit
OpenAPIKit copied to clipboard
Add support for creating OpenAPI 3.1 documents from OpenAPI 3.0 documents
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.
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.
This is mostly completed (but not fully tested yet) by: https://github.com/mattpolzin/OpenAPIKit/pull/263