diff --git a/lib/schema.js b/lib/schema.js index cbef03b..7b7a21e 100644 --- a/lib/schema.js +++ b/lib/schema.js @@ -3,10 +3,6 @@ module.exports = { name: { type: 'string', required: true - }, - description: { - type: 'string', - required: true } } }