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
The default value for the Marshmallow schema option unknown is RAISE. I expected this to result in additionalProperties: false being set on the generated schema. Unfortunately, this doesn't currently happen. Unless the unknown option is set explicitly, no additionalProperties keyword is added to the generated schema.
Is adding support for this feasible? I don't really want to have to manually add the necessary metadata to all my schemas.
The text was updated successfully, but these errors were encountered:
The default value for the Marshmallow schema option
unknown
isRAISE
. I expected this to result inadditionalProperties: false
being set on the generated schema. Unfortunately, this doesn't currently happen. Unless theunknown
option is set explicitly, noadditionalProperties
keyword is added to the generated schema.Is adding support for this feasible? I don't really want to have to manually add the necessary metadata to all my schemas.
The text was updated successfully, but these errors were encountered: