You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: