Joi validation schema for 3+ fields that couldn't have the same value
I am trying to figure out how could it be possible to write a validation schema in order to invalidate any fields that share the same value, and I mean a schema with including more then 3 fields.
All fields must not have repetitious values.