// any of these can be chained onto one another for extra validation
Joi.object().keys({})
Joi.string()
Joi.number()
Joi.boolean()
Joi.array()
Joi.binary() // for file data
Joi.required()
Joi.optional()
Joi.min()
Joi.max()
Joi.default()
Sign up for a plan to instantly unlock all premium lessons.
Premium Features
Published 5 years ago
// any of these can be chained onto one another for extra validation
Joi.object().keys({})
Joi.string()
Joi.number()
Joi.boolean()
Joi.array()
Joi.binary() // for file data
Joi.required()
Joi.optional()
Joi.min()
Joi.max()
Joi.default()
Comments
Want to participate?
Create a free Chris Courses account to begin
Hi Chris. I love your tutorials. How many more tutorials do you think you'll make in this series?
Hey Dale! There'll probably be another good 10-20 videos in this series. Still want to cover error handling, UI / UX, oAuth login with Google, and also how to actually launch this thing.