'use strict' const Joi = require('Joi') const stats = Joi.object({ date: Joi.string().required(), }).label('stats') module.exports = { stats }