parser-go icon indicating copy to clipboard operation
parser-go copied to clipboard

Create Avro schema parser

Open fmvilas opened this issue 6 years ago • 8 comments

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

  • https://github.com/fge/json-schema-avro

fmvilas avatar Mar 19 '19 13:03 fmvilas

This issue has been automatically marked as stale because it has not had recent activity :sleeping: 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 :heart:

github-actions[bot] avatar Mar 12 '20 00:03 github-actions[bot]

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

fmvilas avatar Jul 14 '20 12:07 fmvilas

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 avatar Jul 14 '20 12:07 fmvilas

@fmvilas isn't this one https://github.com/asyncapi/parser-js/issues/46 about Avro in JS Parser?

derberg avatar Jul 14 '20 12:07 derberg

Oops, you're right. Reverting 🤦

fmvilas avatar Jul 14 '20 12:07 fmvilas

This issue has been automatically marked as stale because it has not had recent activity :sleeping: 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 :heart:

github-actions[bot] avatar Sep 13 '20 00:09 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity :sleeping: 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 :heart:

github-actions[bot] avatar Nov 14 '20 00:11 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity :sleeping: 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 :heart:

github-actions[bot] avatar Jan 16 '21 01:01 github-actions[bot]