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
ErrorResponse is being generated into go code, but when I run protoc with openapi ErrorResponse is not being added to components (it's not being used anywhere besides the code above)
Is there any way to force openapi generator to add all structs into the components?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey there,
So I have this in my proto file:
and
ErrorResponse is being generated into go code, but when I run protoc with openapi ErrorResponse is not being added to components (it's not being used anywhere besides the code above)
Is there any way to force openapi generator to add all structs into the components?
Thanks!
The text was updated successfully, but these errors were encountered: