Closed dvaccabu closed 6 years ago
To validate UUID (GUID), It is only add the case in the switch of current.format case 'uuid': joischema = Joi.string().guid(); break;
This is not supported today.
This is supported through using the refineType option and a format attribute.
refineType
To validate UUID (GUID), It is only add the case in the switch of current.format case 'uuid': joischema = Joi.string().guid(); break;
This is not supported today.