mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
adjust selectors to handle array of sources
This commit is contained in:
@@ -12,7 +12,7 @@ const eventSchema = Joi.object().keys({
|
||||
type: Joi.string().allow(''),
|
||||
category: Joi.string().required(),
|
||||
narrative: Joi.string().allow(''),
|
||||
source: Joi.string().allow(''),
|
||||
sources: Joi.array(),
|
||||
tags: Joi.string().allow(''),
|
||||
comments: Joi.string().allow(''),
|
||||
timestamp: Joi.string().required(),
|
||||
|
||||
Reference in New Issue
Block a user