github fuma-nama/fumadocs @fumadocs/api-docs@0.2.4

latest releases: fumadocs-openapi@11.3.3, fumadocs-python@1.0.1...
5 hours ago

Preserve description when merging allOf schemas

mergeAllOf() no longer drops descriptions defined inside allOf members, so this common composition pattern renders its description in the Schema UI:

amount:
  allOf:
    - $ref: '#/components/schemas/Money'
    - description: Property-specific description

The last defined description among members wins, and a description on the outer schema keeps precedence over all of them.

Don't miss a new fumadocs release

NewReleases is sending notifications on new releases.