For now, the extractor only pluck the wanted fields and set the optional to null and the validator just check all required fields are here.
Would it be possible to throw a validation for an extra field is the validated object? Maybe add a allowsExtraFields options, default to true, in the .validate() method?
Or is it already a solution to do that? Thanks