Enable support to OpenAPI spec 3.1.0

This commit is contained in:
Maycon Santos
2024-02-22 22:01:21 +01:00
parent a168bf2e0a
commit ed2555c90a

View File

@@ -12,6 +12,7 @@ export default async function gen(inputFileName: string, outputDir: string) {
case '3.0.0':
case '3.0.1':
case '3.0.3':
case '3.1.0':
await gen_v3(spec, outputDir)
break