Describe the bug.
Corresponding to official specification of AsyncAPI 3.0, Server Object can contain 2 fields title, summary.
Docs: https://www.asyncapi.com/docs/reference/specification/v3.0.0#serverObject
There is no the fiedls in spec types for version 3.0:
|
export interface ServerObject extends SpecificationExtensions { |
Expected behavior
Type ServerObject must contain 2 optional fields title and summary with types string.
Screenshots
How to Reproduce
🖥️ Device Information [optional]
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it
Describe the bug.
Corresponding to official specification of AsyncAPI 3.0, Server Object can contain 2 fields title, summary.
Docs: https://www.asyncapi.com/docs/reference/specification/v3.0.0#serverObject
There is no the fiedls in spec types for version 3.0:
parser-js/packages/parser/src/spec-types/v3.ts
Line 42 in fd22154
Expected behavior
Type
ServerObjectmust contain 2 optional fieldstitleandsummarywith typesstring.Screenshots
How to Reproduce
🖥️ Device Information [optional]
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
No, someone else can work on it