Can we bundle OpenAPI schema with bundle function? #83
Replies: 1 comment
-
The bundling process supported by this package could be used to bundle externally referenced schemas, but only for 3.1 and forward. This process uses the To be clear, this bundling process could only be adapted to bundle external schema references into |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As I understand bundling is only supported for json schemas.
Is it possible to use it to bundle OpenAPI schema itself?
Since OpenAPI spec is not json schema itself but contains a lot of json schemas inside and sometimes there could be references to external schemas, can we support bundling of OpenAPI spec?
Or is it out of the scope?
Beta Was this translation helpful? Give feedback.
All reactions