I want to validate an array that contains several objects using Joi. Although I cannot find a way to mark one of the objects in the array list as "required = false".
Is there a way to accomplish this with Joi?
I want to validate an array that contains several objects using Joi. Although I cannot find a way to mark one of the objects in the array list as "required = false".
Is there a way to accomplish this with Joi?