Open SE-June opened 1 year ago
When using Joi.alternatives().try(schema1, schema2), Can I have a clue that which property is missing like using one Object Schema
Joi.alternatives().try(schema1, schema2)
Support plan
Context
How can we help?
When using Joi.alternatives().try(schema1, schema2), Can I have a clue that which property is missing like using one Object Schema