Skip to content

Instantly share code, notes, and snippets.

@brunoluiz
Created August 24, 2017 03:48
Show Gist options
  • Save brunoluiz/e74becbedb9c7d3517d0b6bf2163a768 to your computer and use it in GitHub Desktop.
Save brunoluiz/e74becbedb9c7d3517d0b6bf2163a768 to your computer and use it in GitHub Desktop.
const Joi = require('joi')
module.exports = Joi.extend({
name: 'object',
base: Joi.object().keys({
extensionAttributes: Joi.object(),
updatedAt: Joi.date().default(Date.now)
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment