diff --git a/src/models/asyncapi.ts b/src/models/asyncapi.ts index ce1e2b8a5..cd08f7d48 100644 --- a/src/models/asyncapi.ts +++ b/src/models/asyncapi.ts @@ -11,8 +11,8 @@ import type { ServersInterface } from './servers'; import type { v2, v3 } from '../spec-types'; -// https://github.com/asyncapi/parser-api/releases/tag/v2.0.0 -export const ParserAPIVersion = 2; +// https://github.com/asyncapi/parser-api/releases/tag/v3.0.0 +export const ParserAPIVersion = 3; export interface AsyncAPIDocumentInterface extends BaseModel, ExtensionsMixinInterface { version(): string;