-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom schema format produces an error #460
Comments
can i help with this issue |
@jonaslagoni you need register custom schemaformt with method registerSchemaParser |
@JhoanAlvear IMO the Studio should be able to understand AsyncAPI documents with custom schemas, that is not one of the supported ones, without giving an error 🙂 @magicmatatjahu any guidance you can add to solving it? |
@jonaslagoni @JhoanAlvear I understand that given error message is misunderstood, but we shouldn't change error's message based on JS error's message, so we should handle that problem in the So I think that we can close that issue, wdyt? |
Up to you if you want to leave it or remove it, technically it's not solved, so I would probably say leave it 😄 |
Fixed by #434 PR |
Describe the bug
Custom
schemaFormat
gives the following error:T[String(...)] is not a function
Use the following AsyncAPI document:
The text was updated successfully, but these errors were encountered: