mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
More temp fixes for 422s
This commit is contained in:
parent
02f8458dfe
commit
585b907f4e
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue