chrusty / protoc-gen-jsonschema

Protobuf to JSON-Schema compiler
Apache License 2.0
496 stars 101 forks source link

Custom "ignore" option for fields you might not want #71

Closed chrusty closed 3 years ago

chrusty commented 3 years ago

The introduces a custom proto fieldOption. I'm not a huge fan of these because they involve magic numers from a global pool, so the only safe way to do this will be through the use of another feature flag.