Remove messageId from v3 conversion #201
Labels
area/typescript
Specify what technical area given issue relates to. Its goal is to ease filtering good first issues.
enhancement
New feature or request
good first issue
Good for newcomers
Reason/Context
As messageId now will be removed, we need to also remove it from the conversion to v3.
This can be achieved by altering the
convertMessages
function to now more generically also remove messageId along side the schema union changes:converter-js/src/third-version.ts
Line 327 in 4571928
Feel free to reach out if you have any questions
Related spec issue: asyncapi/spec#978
The text was updated successfully, but these errors were encountered: