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