Skip to content
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

Open
fmvilas opened this issue Mar 19, 2019 · 8 comments
Open

Create Avro schema parser #51

fmvilas opened this issue Mar 19, 2019 · 8 comments

Comments

@fmvilas
Copy link
Member

fmvilas commented Mar 19, 2019

Create Avro to JSON Schema Draft 07 converter. It should have a single method as follows:

.Parse(schema []byte) (result json.RawMessage, error)

result must be a JSON Schema Draft 07-compatible of type json.RawMessage.

References

@fmvilas fmvilas assigned fmvilas and unassigned fmvilas Apr 9, 2019
@xino12 xino12 self-assigned this May 2, 2019
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

@fmvilas fmvilas transferred this issue from asyncapi/parser-go Jul 14, 2020
@fmvilas
Copy link
Member Author

fmvilas commented Jul 14, 2020

I'm moving this issue from Go parser to JS parser since it will be implemented here first.

@fmvilas fmvilas self-assigned this Jul 14, 2020
@fmvilas
Copy link
Member Author

fmvilas commented Jul 14, 2020

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

@derberg
Copy link
Member

derberg commented Jul 14, 2020

@fmvilas isn't this one asyncapi/parser-js#46 about Avro in JS Parser?

@fmvilas
Copy link
Member Author

fmvilas commented Jul 14, 2020

Oops, you're right. Reverting 🤦

@fmvilas fmvilas transferred this issue from asyncapi/parser-js Jul 14, 2020
@fmvilas fmvilas removed their assignment Jul 14, 2020
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

@github-actions github-actions bot added the stale label Sep 13, 2020
@derberg derberg removed the stale label Sep 14, 2020
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 30 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

@github-actions github-actions bot added the stale label Nov 14, 2020
@derberg derberg removed the stale label Nov 16, 2020
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 60 days if no further activity occurs. To unstale this issue, add a comment with detailed explanation.
Thank you for your contributions ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants