Closed chrusty closed 1 year ago
Did some testing; it looks like the ListValue
name must be added to the wellKnownTypes
map in internal/converter/types.go. I added those changes in https://github.com/oliver/protoc-gen-jsonschema/tree/issue_143/repeated_google_listvalue . Do you want to pick those changes to this pull request; or should I open a new PR?
Thank you @oliver. I've taken your changes into the PR. I'll give you a shout in the release notes!
This relates to issue https://github.com/chrusty/protoc-gen-jsonschema/issues/143.
Added google.protobuf.ListValue as one of the specially handled Google types.