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
Is there a way to generate OpenAPI components/schemas that are not used in a path?
I tried converting a model and I only get schemas when they are used in a path. I set config.setKeepUnusedComponents(true) but that may not be doing what I think it does.
The text was updated successfully, but these errors were encountered:
Is there a way to generate OpenAPI components/schemas that are not used in a
path
?I tried converting a model and I only get schemas when they are used in a path. I set
config.setKeepUnusedComponents(true)
but that may not be doing what I think it does.The text was updated successfully, but these errors were encountered: