apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.45k stars 120 forks source link

Support OpenAPI Overlay files #634

Open czechboy0 opened 2 months ago

czechboy0 commented 2 months ago

Consider supporting OpenAPI Overlay (https://github.com/OAI/Overlay-Specification) files, which would make it easier to manage OpenAPI documents from upstream that need local modifications before passing them to the generator.

Not dissimilar to the support for external references - while both can be handled outside the generator, maybe there's better support we can provide here.