GameCompletionDto
typestringrequired
Possible values: [WordSearch, MatchingConcepts, DiceGame, EmotionBox]
scorenumberrequired
Example:
80maxScorenumberrequired
Example:
100GameCompletionDto
{
"type": "WordSearch",
"score": 80,
"maxScore": 100
}