mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Added school changes to schema
This commit is contained in:
parent
cef8fe074a
commit
285c7ff049
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ UserSchema = c.object {},
|
|||
schoolFilter:
|
||||
title: 'School'
|
||||
type: 'string'
|
||||
enum: ['Top 20 Eng.', 'Other US', 'Other Intl.']
|
||||
enum: ['Top 20 Eng.', 'Other US', 'Other Intl.','Top School', 'Other']
|
||||
locationFilter:
|
||||
title: 'Location'
|
||||
type: 'string'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue