Specifies the allowed date format:
comparator-stringorfuncthat should check continuous or not.limit-integerorrefthe value ofcomparatorshould be start. Default0
const schema = Joi.array().items({
idx: Joi.number().integer()
}).continuous('idx', 1);