hapi-docs
hapi-docs copied to clipboard
Validation documentation isn't comprehensive
It seems that the documentation generator ignores important items such as:
- [ ] Nested object documentation
- [ ] Conditionals like Joi.when
- [ ] Min + Max on arrays
- [ ] String sizes
- [x] Nested array items
- [x] Restricted inputs (Joi.only())
Would be great to support these!