Ian Stewart
Results
12
issues of
Ian Stewart
fixes https://github.com/chrusty/protoc-gen-jsonschema/issues/185
After https://github.com/chrusty/protoc-gen-jsonschema/commit/11e14e6de6c0d7f7f6d45b173735546b77f548ea the `all_fields_required` flag respects the proto3 `optional` keyword. According to the [proto3 JSON Mapping](https://protobuf.dev/programming-guides/proto3/#json) a null json array is treated the same as an empty json array. I...