mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Added a team property to the level session schema.
This commit is contained in:
parent
72b1b989d8
commit
9105888685
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ _.extend LevelSessionSchema.properties,
|
|||
creator: c.objectId(links: [{rel: 'extra', href: "/db/user/{($)}"}])
|
||||
created: c.date( { title: 'Created', readOnly: true })
|
||||
changed: c.date( { title: 'Changed', readOnly: true })
|
||||
team: c.shortString()
|
||||
level: LevelSessionLevelSchema
|
||||
screenshot: { type: 'string' }
|
||||
state: c.object {}, {
|
||||
|
|
Loading…
Reference in a new issue