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
There is a NullPointerException during conversion OAS2 -> OAS3:
Exception in thread "main" java.lang.NullPointerException
at io.swagger.v3.parser.converter.SwaggerConverter.convert(SwaggerConverter.java:422)
at io.swagger.v3.parser.converter.SwaggerConverter.convert(SwaggerConverter.java:144)
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:93)
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:19)
The text was updated successfully, but these errors were encountered:
With a OAS2 Spec like this:
There is a NullPointerException during conversion OAS2 -> OAS3:
The text was updated successfully, but these errors were encountered: