devongovett / protobuf-jsonschema

Compiles Protobuf IDL to JSON Schema
119 stars 37 forks source link

Support multiple message fields with same enum type #4

Closed iceinn closed 6 years ago

iceinn commented 6 years ago

The generated JSON-Schema with a Message having more than one field with the same enum type resulted in the enum type to be added in the definitions.

Once the PR is accepted, could you issue a release of the package on the NPM repo?

Thanks

devongovett commented 6 years ago

Thanks!