Closed rpbritton closed 3 years ago
When using the disallow_additional_properties field, inline-defined child objects still get "additionalProperties": true set.
disallow_additional_properties
"additionalProperties": true
I've tagged a new release with this fix: https://github.com/chrusty/protoc-gen-jsonschema/releases/tag/1.0.2
When using the
disallow_additional_properties
field, inline-defined child objects still get"additionalProperties": true
set.