Skip to content

Commit

Permalink
Remove type:object from google.protobuf.Value
Browse files Browse the repository at this point in the history
`type:object` restricts google.protobuf.Value to be only objects, when it can be any valid yaml value.
  • Loading branch information
saiskee authored Feb 17, 2022
1 parent 40b7776 commit 41ace51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openapiGenerator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ var specialSoloTypes = map[string]openapi3.Schema{
},
},
"google.protobuf.Value": {
Type: openapi3.TypeObject,
Properties: make(map[string]*openapi3.SchemaRef),
ExtensionProps: openapi3.ExtensionProps{
Extensions: map[string]interface{}{
Expand Down

0 comments on commit 41ace51

Please sign in to comment.