desc -> description in sources

This commit is contained in:
Lachlan Kermode
2020-06-26 11:28:17 +02:00
parent ec418f4a41
commit c1863fba07
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ const sourceSchema = Joi.object().keys({
type: Joi.string().allow(''),
affil_s: Joi.array().allow(''),
url: Joi.string().allow(''),
desc: Joi.string().allow(''),
description: Joi.string().allow(''),
parent: Joi.string().allow(''),
author: Joi.string().allow(''),
date: Joi.string().allow(''),