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
Currently only schema references are supported.
I think we need to do a couple checks here as several swagger objects should be supported.
My use-case for this is pretty simple. Api has a couple of generic responses (404, 401 etc), duplicating all of those for each request isn't ideal, and the perfect usecase for using a ref.
This is where the issue is actually breaking
AbstractBody Line 331:
Currently only schema references are supported.
I think we need to do a couple checks here as several swagger objects should be supported.
My use-case for this is pretty simple. Api has a couple of generic responses (404, 401 etc), duplicating all of those for each request isn't ideal, and the perfect usecase for using a ref.
This is where the issue is actually breaking
AbstractBody Line 331:
Api Doc Example:
The text was updated successfully, but these errors were encountered: