valida
valida copied to clipboard
add object keys sanitization
Hi, we add the ability to sanitize the object keys. For example if the schema don't contains a key, but the data contains it, before running the context we delete this key from the data. This can be helpful if the data come from a web api and the client send additional data to the server.
Bye