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
Thanks for raising a Swagger2Markup issue. Please provide a brief description of your problem along with the Swagger2Markup version you are using. If possible, please also consider putting together a complete Swagger specification that reproduces the issue. It's better if the Swagger specification is small and isolate the issue.
Thanks for raising a Swagger2Markup issue. Please provide a brief description of your problem along with the Swagger2Markup version you are using. If possible, please also consider putting together a complete Swagger specification that reproduces the issue. It's better if the Swagger specification is small and isolate the issue.
Swagger2Markup version:
1.3.3
Problem description:
when I used Swagger v3, swagger2markup(1.3.3) throw exception "java.lang.IllegalArgumentException: Failed to read the Swagger source".
And I find the problem that it cannot get the 'swagger' when I debug in the Swagger20Parser class.
"JsonNode swaggerNode = rootNode.get("swagger");"
Looking forward to reply, thanks!
The text was updated successfully, but these errors were encountered: