Skip to content

Commit

Permalink
[protoc-gen-openapi] Support Fully Qualified Schema Names and Annotat…
Browse files Browse the repository at this point in the history
…ions for File/Document and Method/Operation (#324)

* support fully qualified schema names. fixes #309
* add support for file/document and method/operation annotations. fixes #308
* fix the package name in my tests.
  • Loading branch information
jeffsawatzky authored Mar 30, 2022
1 parent 418d86c commit ec4d35c
Show file tree
Hide file tree
Showing 28 changed files with 3,026 additions and 83 deletions.
1 change: 1 addition & 0 deletions COMPILE-PROTOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ go install github.com/golang/protobuf/protoc-gen-go@latest

protoc -I . -I ./third_party --go_out=. openapiv2/OpenAPIv2.proto
protoc -I . -I ./third_party --go_out=. openapiv3/OpenAPIv3.proto
protoc -I . -I ./third_party --go_out=. openapiv3/annotations.proto
protoc -I . -I ./third_party --go_out=. discovery/discovery.proto
protoc -I . -I ./third_party --go_out=. plugins/plugin.proto
protoc -I . -I ./third_party --go_out=. extensions/extension.proto
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit ec4d35c

Please sign in to comment.