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
Sorry guys, I tried to provide a PR directly but the DocumentationNormalizer is a bit too complex at the moment. I don't quite see how all these names go together so here's the issue. If you can guide me I can help with a PR.
it all gets deserialized and updated correctly, awesome! But swagger shows me this:
I'd expect it to embed the schema instead.
I don't quite understand why there's a model for each combination of all groups because @Groups({"Quickcheck_GET", "Quickcheck_POST"}) means eitherQuickcheck_GET or Quickcheck_POST, imho.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Sorry guys, I tried to provide a PR directly but the
DocumentationNormalizer
is a bit too complex at the moment. I don't quite see how all these names go together so here's the issue. If you can guide me I can help with a PR.So I can
POST
to/quickcheck
like so just fine:it all gets deserialized and updated correctly, awesome! But swagger shows me this:
I'd expect it to embed the schema instead.
I don't quite understand why there's a model for each combination of all groups because
@Groups({"Quickcheck_GET", "Quickcheck_POST"})
means eitherQuickcheck_GET
orQuickcheck_POST
, imho.Thanks for the help!
The text was updated successfully, but these errors were encountered: