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
When use swagger 2.0 V1.5.6 (use swagger 1.0 v1.3.8 the result is correct) , MatrixParam mapping not correct , in swagger.json ,MatrixParam should be mapped into a matrix actually mapped into a body.
I see that swagger UI is supporting version 3 of the spec? But I don't see any output in my service.json generated by io.swagger.jaxrs.listing.ApiListingResource for my @MatrixParam annotated parameters
When use swagger 2.0 V1.5.6 (use swagger 1.0 v1.3.8 the result is correct) , MatrixParam mapping not correct , in swagger.json ,MatrixParam should be mapped into a matrix actually mapped into a body.
For example ,I define an interface like below:
the swagger 2.0 mapping result is :
MatrixParam's name and type not correct.
The text was updated successfully, but these errors were encountered: