Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
0 replies
77 views

I want to know if the protoc-gen-openapi plugin understands and processes annotations as in annotations.proto. I want to use the custom options defined in that annotations.proto file as annotations on ...
shrekish's user avatar
3 votes
0 answers
447 views

When importing other protocol buffer definitions to use for annotations, such as the ones in grpc-gateway protoc-gen-openapiv2 to add extra information for the generated openapi doc, the generated ...
niltz's user avatar
  • 1,178
0 votes
1 answer
792 views

I'm trying to create Swagger documentation for proto files and would like to import "protoc-gen-openapiv2/options/annotations.proto"; to do so. What bazel dependency is needed to do this?
Noel Yap's user avatar
  • 20k