Daniel Varentsoff
Daniel Varentsoff
I am not able to pass a description into alarm object  And this field also is not described on Alarm interface  But compiled JS seems trying to concat...
Please add functionality of [Joi.link()](https://joi.dev/api/?v=17.12.2#linkref) This would allow schemas to be recursive Usage example: i have schema like this ```js const nestedThingValidator = Joi.object({ type: Joi.string().required().valid(FIELD_TYPE.NESTED), format: Joi.string() .valid(FIELD_TYPE.BOOL, FIELD_TYPE.RADIOBUTTON,...