-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Create Avro schema parser #51
Comments
This issue has been automatically marked as stale because it has not had recent activity 😴 |
I'm moving this issue from Go parser to JS parser since it will be implemented here first. |
BTW, I'm starting to work on this now. If I arrive on time, I'll make it part of the 1.0.0 milestone. For now, let's keep it out so it's not a blocker. \cc @derberg @jonaslagoni @magicmatatjahu |
@fmvilas isn't this one asyncapi/parser-js#46 about Avro in JS Parser? |
Oops, you're right. Reverting 🤦 |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
Create Avro to JSON Schema Draft 07 converter. It should have a single method as follows:
result
must be a JSON Schema Draft 07-compatible of typejson.RawMessage
.References
The text was updated successfully, but these errors were encountered: