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
The core and integration APIs share common models which should not be copy pasted all over the place.
Even though the AsyncAPI specification supports external references, the tooling support to handle external references is quite disappointing.
Especially if one is used to the great swagger-cli bundle support with OpenAPI definitions. This puts everything back into one file for all the other tools not able to handle external references.
The AsyncAPI Bundler has serious issues bundling external references. Last time I've checked all reused references were duplicated, instead of being referenced in the final YAML file!
Most likely this issue needs to be fixed first: asyncapi/bundler#34
Otherwise, we have to hack together something, since copying and pasting the shared definitions between the different APIs makes no sense...
The text was updated successfully, but these errors were encountered:
The core and integration APIs share common models which should not be copy pasted all over the place.
Even though the AsyncAPI specification supports external references, the tooling support to handle external references is quite disappointing.
Especially if one is used to the great
swagger-cli bundle
support with OpenAPI definitions. This puts everything back into one file for all the other tools not able to handle external references.The AsyncAPI Bundler has serious issues bundling external references. Last time I've checked all reused references were duplicated, instead of being referenced in the final YAML file!
Most likely this issue needs to be fixed first: asyncapi/bundler#34
Otherwise, we have to hack together something, since copying and pasting the shared definitions between the different APIs makes no sense...
The text was updated successfully, but these errors were encountered: