Skip to content

fix: add missing title and summary fields to ServerObject (fixes #1137)#1142

Open
armorbreak001 wants to merge 2 commits intoasyncapi:masterfrom
armorbreak001:bounty/1137-server-fields
Open

fix: add missing title and summary fields to ServerObject (fixes #1137)#1142
armorbreak001 wants to merge 2 commits intoasyncapi:masterfrom
armorbreak001:bounty/1137-server-fields

Conversation

@armorbreak001
Copy link
Copy Markdown

Description

Closes #1137

Problem

AsyncAPI 3.0 specification defines optional title and summary fields on the ServerObject, but these were missing from the TypeScript type definition in v3.ts.

Spec Reference

https://www.asyncapi.com/docs/reference/specification/v3.0.0#serverObject

Changes

  • packages/parser/src/spec-types/v3.ts: Added title?: string and summary?: string to ServerObject interface

Testing

  • Change is minimal (2 lines added)
  • Matches AsyncAPI 3.0 spec exactly
  • No runtime behavior change (type-only)

…capi#1137)

AsyncAPI 3.0 specification defines optional  and
fields on the ServerObject. These were missing from the TypeScript
type definition.

Ref: https://www.asyncapi.com/docs/reference/specification/v3.0.0#serverObject

Fixes asyncapi#1137
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 13, 2026

🦋 Changeset detected

Latest commit: 78d6cae

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@asyncapi/parser Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Absent fields 'title' and 'summary' for AsyncAPI 3.0

1 participant