fix: add missing title and summary fields to ServerObject type#1172
fix: add missing title and summary fields to ServerObject type#1172q404365631 wants to merge 2 commits into
Conversation
…types Fixes asyncapi#1137 The AsyncAPI 3.0 specification defines `title` and `summary` as optional fields in the ServerObject, but the parser-js TypeScript type definition was missing these fields. Reference: https://www.asyncapi.com/docs/reference/specification/v3.0.0#serverObject
🦋 Changeset detectedLatest commit: 0c448ae The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
|
Hi maintainers! 👋 This PR has been open for a few days. It adds the missing |
|
Closing this PR as this is alraady assigned to someone else thanks |
|



Description
The AsyncAPI 3.0 specification defines
titleandsummaryas optional fields in the ServerObject, but the parser-js TypeScript type definition was missing these fields.Changes
title?: stringfield toServerObjectinpackages/parser/src/spec-types/v3.tssummary?: stringfield toServerObjectinpackages/parser/src/spec-types/v3.tsRelated Issue
Fixes #1137
Reference
Per the AsyncAPI 3.0.0 Specification - Server Object:
Testing
MICROGRANT
This PR resolves issue #1137 which is part of the MICROGRANT Program 2026-06.