In joi, I know I can do:
.when(\'propertyName\', { is: 4, then: Joi.number().required(), otherwise: Joi.number() .strip() .optional() .allow