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 Protobuf schema parser #22

Closed
fmvilas opened this issue Mar 19, 2019 · 4 comments
Closed

Create Protobuf schema parser #22

fmvilas opened this issue Mar 19, 2019 · 4 comments

Comments

@fmvilas
Copy link
Member

fmvilas commented Mar 19, 2019

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

@fmvilas fmvilas assigned fmvilas and unassigned fmvilas Mar 28, 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 ❤️

@derberg
Copy link
Member

derberg commented Feb 28, 2022

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

@smoya
Copy link
Member

smoya commented Mar 2, 2022

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
Copy link
Member Author

fmvilas commented Mar 2, 2022

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

@smoya smoya closed this as completed Mar 2, 2022
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