fix(tools): update challege formatting check

This commit is contained in:
Mrugesh Mohapatra
2019-08-01 20:13:05 +05:30
committed by mrugesh
parent 3ec1fe8ea7
commit 31f337f2bd
2 changed files with 17 additions and 11 deletions

View File

@ -41,6 +41,7 @@ function getSchemaForLang(lang) {
),
guideUrl: Joi.string().uri({ scheme: 'https' }),
videoUrl: Joi.string().allow(''),
forumTopicId: Joi.number(),
helpRoom: Joi.string(),
id: Joi.objectId().required(),
instructions: Joi.string().allow(''),