Skip to content

Commit 41ace51

Browse files
authored
Remove type:object from google.protobuf.Value
`type:object` restricts google.protobuf.Value to be only objects, when it can be any valid yaml value.
1 parent 40b7776 commit 41ace51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapiGenerator.go

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ var specialSoloTypes = map[string]openapi3.Schema{
7878
},
7979
},
8080
"google.protobuf.Value": {
81-
Type: openapi3.TypeObject,
8281
Properties: make(map[string]*openapi3.SchemaRef),
8382
ExtensionProps: openapi3.ExtensionProps{
8483
Extensions: map[string]interface{}{

0 commit comments

Comments
 (0)