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
Hi there,
it would be nice, if there was a way of dropping dynamic properties instead of allowing them or not.
Currently the default behaviour is accepting dynamic properties (_allow_dynamic_properties = True).
By changing this attribute, the library raises an error, and this is a valid approach in a case when you would like to be very strict about your schema. In our case we would like to be very strict on things we defined in the schema manually, but drop all dynamic fields additionally.
The text was updated successfully, but these errors were encountered:
Hi there,
it would be nice, if there was a way of dropping dynamic properties instead of allowing them or not.
Currently the default behaviour is accepting dynamic properties (
_allow_dynamic_properties = True
).By changing this attribute, the library raises an error, and this is a valid approach in a case when you would like to be very strict about your schema. In our case we would like to be very strict on things we defined in the schema manually, but drop all dynamic fields additionally.
The text was updated successfully, but these errors were encountered: