You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Custom named schemas in Documentation (#3133)
Related to
#1393 (comment)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **New Features**
* Documentation generation now supports explicit schema naming via
schema metadata (use schema.meta({ id: "UniqueName" })) for stable,
meaningful OpenAPI component names.
* **Documentation**
* Changelog entry added for v26.2.0 describing schema-naming capability.
* Example OpenAPI schema renamed to "Feature" in generated docs.
* README contributor list updated and usage note added for schema.meta({
id }).
* **Tests**
* Tests updated to exercise schema metadata and naming behavior.
* **Refactor**
* Internal documentation naming logic refined for more consistent schema
registration.
<sub>✏️ Tip: You can customize this high-level summary in your review
settings.</sub>
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments