The source project of this merge request has been removed.
Pass input type to input validators
For being able to validate normalized input, the input type object should be passed to validators. This can be useful for e.g. comparing date values (MR coming up for that).