Skip to content

Commit

Permalink
fix: 2024-05-24 10:12:06
Browse files Browse the repository at this point in the history
  • Loading branch information
kooksee committed May 24, 2024
1 parent f4f701b commit 856bf0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# protoc-gen-openapi

This directory contains a protoc plugin that generates an
> This directory contains a protoc plugin that generates an
OpenAPI description for a REST API that corresponds to a
Protocol Buffer service.

> This project is a simplification of the [google/gnostic](https://github.com/google/gnostic/tree/main/openapiv3) project, dedicated to providing a simple version of the protoc-gen-openapi
Installation:

go install github.com/google/gnostic/cmd/protoc-gen-openapi
go install github.com/pubgo/protoc-gen-openapi@latest

Usage:

Expand Down
2 changes: 1 addition & 1 deletion proto/openapiv3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
> This directory contains a Protocol Buffer-language model and related code for
supporting OpenAPI v3.

- All the protobuf definitions here come from [OpenAPI v3](https://github.com/google/gnostic-models/tree/main/openapiv3) And there were no changes made
- All the protobuf definitions here come from [OpenAPI v3](https://github.com/google/gnostic/tree/main/openapiv3) And there were no changes made

0 comments on commit 856bf0b

Please sign in to comment.