Uh oh!
There was an error while loading. Please reload this page.
fix: avoid invalid v3 optimized schema refs - #2199
Conversation
|
darshan-Jahagirdar
commented
May 12, 2026
Small follow-up on the changeset bot warning: a changeset is included now in 851f7b0 (.changeset/fix-v3-optimized-schema-refs.md). The warning above was posted against the earlier commit before that file was added. |



Fixes#1990.
This keeps asyncapi optimize --no-tty from producing invalid AsyncAPI 3.x documents when schema optimization rewrites nested/external schema refs into missing component refs. For AsyncAPI v3 documents, the CLI now adds the existing schema ignore mode automatically so non-schema optimizations can still run while preserving valid output.
Verification: