-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
This is a forum to discuss support and implementation of Joi extensions.
In order to maintain a 1:1 api parity with Joi, we will eventually need some level of support for Joi extensions.
It's important to note in thinking about implementation that extensions do not modify the Joi module itself, but provide a new Joi instance to the consumer. Felicity will not be able to pick up extensions automagically through Joi because of this fact. So we will need some sort of dynamic behavior for example and entityFor around customized schema types/extensions.