You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I work on Buf, but I'm just discovering this repository and the protoc-gen-openapi plugin. Thanks for pushing your schemas to the BSR!
A Buf user ran into a confusing set of issues generating code with protoc-gen-openapi. The solution turned out to be pretty simple - they just needed to use the output_mode=source_relative option introduced in #359. Would you mind tagging a release that includes this feature?
Also, would you be open to a PR that adds Buf configuration examples to the READMEs for protoc-gen-openapi and protoc-gen-jsonschema?
The text was updated successfully, but these errors were encountered:
annoying Buf user here. before setting output_mode I also had a problem of truncated openapi.yaml files unless strategy: all was set, but that's no longer needed when using output_mode=source_relative. thanks a lot @akshayjshah for your help, I was completely lost
Hi! I work on Buf, but I'm just discovering this repository and the
protoc-gen-openapi
plugin. Thanks for pushing your schemas to the BSR!A Buf user ran into a confusing set of issues generating code with
protoc-gen-openapi
. The solution turned out to be pretty simple - they just needed to use theoutput_mode=source_relative
option introduced in #359. Would you mind tagging a release that includes this feature?Also, would you be open to a PR that adds Buf configuration examples to the READMEs for
protoc-gen-openapi
andprotoc-gen-jsonschema
?The text was updated successfully, but these errors were encountered: