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
Since it's not intuitive to use, I would like to see some more examples how to provide each OpenApi element.
Currently I struggle with:
Define the the general and method authorization with bearer
Define a method description.
Ignore a field @Schma(hide = true) is ignored / does not work
[...] @Schema is also valid for methods but gets ignored when describing my method.
It would be great if you could provide more documentation or even improve annotations and their documentation.
Thanks
The text was updated successfully, but these errors were encountered:
Since it's not intuitive to use, I would like to see some more examples how to provide each OpenApi element.
Currently I struggle with:
@Schma(hide = true)
is ignored / does not work@Schema
is also valid for methods but gets ignored when describing my method.It would be great if you could provide more documentation or even improve annotations and their documentation.
Thanks
The text was updated successfully, but these errors were encountered: