I use Springfox (http://springfox.github.io/springfox/) to generate Swagger specs from Java code. I wrote a Springfox plugin to add the x-proto-tag extension to my specs, but Springfox only supports adding string-valued vendor extensions. Hence I made this change to openapi2proto. I think it's useful for other people running into the same sort of limitation.
Support both
And
I use Springfox (http://springfox.github.io/springfox/) to generate Swagger specs from Java code. I wrote a Springfox plugin to add the
x-proto-tag
extension to my specs, but Springfox only supports adding string-valued vendor extensions. Hence I made this change to openapi2proto. I think it's useful for other people running into the same sort of limitation.