Q:

joi object id validation

npm i joi-objectid

const Joi = require('joi');
Joi.objectId = require('joi-objectid')(Joi)

// now you can use Joi.objectId to validate the post request sent by user
1

New to Communities?

Join the community