Alexander
Results
1
comments of
Alexander
Hi everyone, it looks the issue inside next method: io.swagger.v3.parser.processors.ExternalRefProcessor#processRefToExternalSchema: ```java if (isAnExternalRefFormat(ref)) { if (!ref.equals(RefFormat.URL)) { String schemaFullRef = schema.get$ref(); String parent = (file.contains("/")) ? file.substring(0, file.lastIndexOf('/')) : "";...