Stopgap solution for totalScore being string

This commit is contained in:
Michael Schmatz 2014-05-19 14:58:07 -07:00
parent 68a4483e91
commit b8dc4ed939

View file

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