feat(Curriculum): Add new BlockType tags for the Language Curricula Chapter Based Certifications (#62156)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Nielda Karla
2025-09-11 17:10:01 -03:00
committed by GitHub
parent aba1776fcd
commit 28f7417bdf
7 changed files with 44 additions and 7 deletions
+4 -1
View File
@@ -137,7 +137,10 @@ const schema = Joi.object().keys({
'lecture',
'review',
'quiz',
'exam'
'exam',
'warm-up',
'learn',
'practice'
).required(),
otherwise: Joi.valid(null)
}),