We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a167744 commit 8864c21Copy full SHA for 8864c21
modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/config/CodegenConfigurator.java
@@ -680,6 +680,7 @@ private ParseOptions buildParseOptions() {
680
options.setFlatten(true);
681
options.setFlattenComposedSchemas(flattenInlineSchema);
682
options.setSkipMatches(this.skipInlineModelMatches);
683
+ options.setResolveResponses(true);
684
685
if (Objects.equals(System.getenv("SAFELY_RESOLVE_URL"), "true")) {
686
setSafelyResolveURLParseOptions(options);
0 commit comments