Skip to content

Commit

Permalink
chore: Keep internal OpenAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jvallesm committed Dec 19, 2023
1 parent a9cb730 commit 435c336
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ plugins:
- allow_merge=true,merge_file_name=openapiv2
- version=true
- omit_enum_default_value=true
- plugin: buf.build/grpc-ecosystem/openapiv2:v2.15.2
out: openapiv2/internal
opt:
- output_format=yaml
- json_names_for_fields=false
- allow_merge=true,merge_file_name=openapiv2
- version=true
- omit_enum_default_value=true
- visibility_restriction_selectors=INTERNAL
- plugin: buf.build/community/pseudomuto-doc:v1.5.1
out: gen/grpc-doc
opt:
Expand Down

0 comments on commit 435c336

Please sign in to comment.