Validator Classes SelectiveValidatorMatches only entries defined in the expected schema allowing for extra entries in given schema. StrictValidatorMatches all entries in the schema, if row comes with any extra entry it will fail validation. ×