More temp fixes for 422s

This commit is contained in:
Michael Schmatz 2014-05-21 10:29:16 -07:00
parent 02f8458dfe
commit 585b907f4e

View file

@ -223,15 +223,15 @@ _.extend LevelSessionSchema.properties,
sessionID:
title: 'Opponent Session ID'
description: 'The session ID of an opponent.'
type: ['object', 'string']
type: ['object', 'string','null']
userID:
title: 'Opponent User ID'
description: 'The user ID of an opponent'
type: ['object','string']
type: ['object','string','null']
name:
title: 'Opponent name'
description: 'The name of the opponent'
type: 'string'
type: ['string','null']
totalScore:
title: 'Opponent total score'
description: 'The totalScore of a user when the match was computed'