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
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Generate OpenAPI v3.1 from protobuf matching the [Connect protocol](https://conn
11
11
12
12
Features:
13
13
- Support for OpenAPIv3.1 (which has support for jsonschema)
14
-
- Support for many [protovalidate](https://github.com/bufbuild/protovalidate) options ([more info](protovalidate.md))
14
+
- Support for many [Protovalidate](https://github.com/bufbuild/protovalidate) options ([more info](protovalidate.md))
15
15
- Support for many [OpenAPIv3](https://github.com/google/gnostic/blob/main/openapiv3/annotations.proto) options from the [google/gnostic project](https://github.com/google/gnostic) protobufs ([more info](gnostic.md))
16
16
- Support for [gRPC-Gateway annotations](https://github.com/grpc-ecosystem/grpc-gateway) ([more info](grpcgateway.md))
17
17
- Has [an easy interface](https://pkg.go.dev/github.com/sudorandom/protoc-gen-connect-openapi/converter) for generating OpenAPI specs within the process
@@ -89,10 +89,10 @@ plugins:
89
89
```
90
90
And then run `buf generate`. See [the documentation on buf generate](https://buf.build/docs/reference/cli/buf/generate#usage) for more help.
91
91
92
-
### Proto Validate Support
93
-
protoc-gen-connect-openapi also has support for many [protovalidate](https://github.com/bufbuild/protovalidate) annotations. Note that not every protovalidate constraint translates clearly to OpenAPI.
92
+
### Protovalidate Support
93
+
protoc-gen-connect-openapi also has support for many [Protovalidate](https://github.com/bufbuild/protovalidate) annotations. Note that not every Protovalidate constraint translates clearly to OpenAPI.
94
94
95
-
[See the protovalidate documentation page for more information](protovalidate.md)
95
+
[See the Protovalidate documentation page for more information](protovalidate.md)
96
96
97
97
### gRPC-Gateway annotations
98
98
protoc-gen-connect-openapi also has support for the [gRPC-Gateway annotations](https://grpc-ecosystem.github.io/grpc-gateway/docs/tutorials/adding_annotations/) provided by the [google/api/annotations.proto](https://github.com/googleapis/googleapis/blob/master/google/api/annotations.proto).
Copy file name to clipboardexpand all lines: protovalidate.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# Proto Validate Support
2
-
protoc-gen-connect-openapi has support for many [protovalidate](https://github.com/bufbuild/protovalidate) annotations. Note that not every protovalidate constraint translates clearly to OpenAPI.
1
+
# Protovalidate Support
2
+
protoc-gen-connect-openapi has support for many [Protovalidate](https://github.com/bufbuild/protovalidate) annotations. Note that not every Protovalidate constraint translates clearly to OpenAPI.
0 commit comments