refactor(client,curriculum): remove showSpeakingButton from challenge metadata (#66408)

This commit is contained in:
Huyen Nguyen
2026-03-14 16:23:08 +07:00
committed by GitHub
parent e397313132
commit efa59cb718
248 changed files with 0 additions and 250 deletions
@@ -2015,9 +2015,6 @@ exports[`challenge schema > should not be changed without informing the mobile t
},
"type": "object",
},
"showSpeakingButton": {
"type": "boolean",
},
"solutions": {
"items": [
{
-1
View File
@@ -359,7 +359,6 @@ export const schema = Joi.object().keys({
'array.unique': 'Dialogues must not have overlapping times.'
})
}),
showSpeakingButton: Joi.bool(),
// This is only to be used for dynamic client updates.
sourceLocation: Joi.string(),
solutions: Joi.array().items(Joi.array().items(fileJoi).min(1)),