mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 14:33:59 -04:00
Added sessionID and userID to session schema
This commit is contained in:
parent
8c217ab621
commit
2be3286e06
1 changed files with 5 additions and 1 deletions
|
@ -167,10 +167,14 @@ _.extend LevelSessionSchema.properties,
|
|||
items:
|
||||
type: 'object'
|
||||
properties:
|
||||
id:
|
||||
sessionID:
|
||||
title: 'Opponent Session ID'
|
||||
description: 'The session ID of an opponent.'
|
||||
type: ['object', 'string']
|
||||
userID:
|
||||
title: 'Opponent User ID'
|
||||
description: 'The user ID of an opponent'
|
||||
type: ['object','string']
|
||||
codeSubmitDate: c.date
|
||||
title: 'Submitted'
|
||||
description: 'The date which the opponent submitted their session (used to check if the match can be replayed)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue