By default a JSON schema enforces the user to define "additionalProperties": false for each object which should accept only the defined properties. To generate strict models an option should be available to default additionalProperties to false. If the additionalProperties keyword is defined for an object the option is ignored.
By default a JSON schema enforces the user to define
"additionalProperties": false
for each object which should accept only the defined properties. To generate strict models an option should be available to defaultadditionalProperties
to false. If theadditionalProperties
keyword is defined for an object the option is ignored.