mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
Add selector and reducer for narrative
This commit is contained in:
@@ -11,6 +11,7 @@ const eventSchema = Joi.object().keys({
|
||||
longitude: Joi.string().required(),
|
||||
type: Joi.string().allow(''),
|
||||
category: Joi.string().required(),
|
||||
narrative: Joi.string().allow(''),
|
||||
source: Joi.string().allow(''),
|
||||
tags: Joi.string().allow(''),
|
||||
comments: Joi.string().allow(''),
|
||||
|
||||
Reference in New Issue
Block a user