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 1 commit 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
|
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 |



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.