diff --git a/src/lib/openapi.ts b/src/lib/openapi.ts index 748ad5025..f001d4da4 100644 --- a/src/lib/openapi.ts +++ b/src/lib/openapi.ts @@ -78,6 +78,7 @@ const fetcher: OpenAPIFetcher = { laxurls: true, lint: false, prevalidate: false, + anchors: true, })) as ConvertOutputOptions; data = result.openapi;