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
I'd like swagger to produce full model body for my Scala Model instead of or in addition to $ref: "#/components/schemas/Model". I need it to be done automatically fetching actual Model properties, not manually put example. I found how to do it with @BeanProperty but I'm wondering if there is another way to do that?
The text was updated successfully, but these errors were encountered:
Hi all,
I'd like swagger to produce full model body for my Scala Model instead of or in addition to
$ref: "#/components/schemas/Model"
. I need it to be done automatically fetching actual Model properties, not manually put example. I found how to do it with @BeanProperty but I'm wondering if there is another way to do that?The text was updated successfully, but these errors were encountered: