chrusty / protoc-gen-jsonschema

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

proto3: 'package' is optional #111

Closed amarkevich closed 2 years ago

amarkevich commented 2 years ago

Actual: level=warning msg="Proto file doesn't specify a package" filename=common.proto Expected: process files without package specifier

chrusty commented 2 years ago

I've made this change, merged it, and included in a new release: https://github.com/chrusty/protoc-gen-jsonschema/releases/tag/1.3.6

Thanks again for your interest in the project!