We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832f5e4 commit 3b35b07Copy full SHA for 3b35b07
src/core/plugins/oas3/helpers.js
@@ -6,7 +6,7 @@ export function isOAS3(jsSpec) {
6
return false
7
}
8
9
- return oasVersion.startsWith("3.0.0")
+ return oasVersion.startsWith("3")
10
11
12
export function isSwagger2(jsSpec) {
0 commit comments