You could also specify this with a comma delimited list.
dataId: Joi.string().allow(null, '')
See Joi documentation on allow(value)
You could also specify this with a comma delimited list.
dataId: Joi.string().allow(null, '')
See Joi documentation on allow(value)