Daniel Varentsoff

Results 2 issues of Daniel Varentsoff

I am not able to pass a description into alarm object ![image](https://user-images.githubusercontent.com/84327038/149493522-266c8b63-fc2f-4c91-8ecc-a511da2373bb.png) And this field also is not described on Alarm interface ![image](https://user-images.githubusercontent.com/84327038/149493671-09529b45-6570-4c2a-a8b7-a0dda61b04bf.png) 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,...