mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 19:32:07 +00:00
Fix OpenAPI parsing for Swagger 2.0 YAML anchors (#282)
This commit is contained in:
@@ -78,6 +78,7 @@ const fetcher: OpenAPIFetcher = {
|
||||
laxurls: true,
|
||||
lint: false,
|
||||
prevalidate: false,
|
||||
anchors: true,
|
||||
})) as ConvertOutputOptions;
|
||||
|
||||
data = result.openapi;
|
||||
|
||||
Reference in New Issue
Block a user