asyncapi / parser-go

It parses AsyncAPI documents.
Apache License 2.0
55 stars 17 forks source link

Create Protobuf schema parser #22

Closed fmvilas closed 2 years ago

fmvilas commented 5 years ago

Create Protobuf 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

github-actions[bot] commented 4 years ago

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:

derberg commented 2 years ago

I think we can close this one, we do not support protobuf in the spec

smoya commented 2 years ago

I think we can close this one, we do not support protobuf in the spec

I hope we do at some point, but Indeed we can close this one. Any objection @fmvilas (as you created it) ?

fmvilas commented 2 years ago

No, that's fine. We can keep this closed 👍