Skip to content

Commit

Permalink
set resolveResponse=true in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Dec 21, 2024
1 parent a167744 commit 8864c21
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ private ParseOptions buildParseOptions() {
options.setFlatten(true);
options.setFlattenComposedSchemas(flattenInlineSchema);
options.setSkipMatches(this.skipInlineModelMatches);
options.setResolveResponses(true);

if (Objects.equals(System.getenv("SAFELY_RESOLVE_URL"), "true")) {
setSafelyResolveURLParseOptions(options);
Expand Down

0 comments on commit 8864c21

Please sign in to comment.