Merge pull request #1035 from codecombat/master

Stopgap solution for totalScore being string
This commit is contained in:
Michael Schmatz 2014-05-19 14:58:35 -07:00
commit df9e6686ab

View file

@ -235,7 +235,7 @@ _.extend LevelSessionSchema.properties,
totalScore:
title: 'Opponent total score'
description: 'The totalScore of a user when the match was computed'
type: 'number'
type: ['number','string']
metrics:
type: 'object'
properties: