allow movements

This commit is contained in:
Lachlan Kermode
2019-01-04 13:46:14 +00:00
parent 9daf313686
commit 7b44dc8751

View File

@@ -12,6 +12,7 @@ const eventSchema = Joi.object().keys({
type: Joi.string().allow(''),
category: Joi.string().required(),
narratives: Joi.array(),
narrative___movements: Joi.array(),
sources: Joi.array(),
tags: Joi.string().allow(''),
comments: Joi.string().allow(''),