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 5378d51 commit fe74a80Copy full SHA for fe74a80
packages/plugins/openapi/src/generator.ts
@@ -58,7 +58,7 @@ export class OpenAPIGenerator {
58
this.pruneComponents(components);
59
60
const openapi: OAPI.Document = {
61
- openapi: '3.0.0',
+ openapi: '3.1.0',
62
info: {
63
title: this.getOption('title', 'ZenStack Generated API'),
64
version: this.getOption('version', '1.0.0'),
0 commit comments