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:
|
schoolFilter:
|
||||||
title: 'School'
|
title: 'School'
|
||||||
type: 'string'
|
type: 'string'
|
||||||
enum: ['Top 20 Eng.', 'Other US', 'Other Intl.']
|
enum: ['Top 20 Eng.', 'Other US', 'Other Intl.','Top School', 'Other']
|
||||||
locationFilter:
|
locationFilter:
|
||||||
title: 'Location'
|
title: 'Location'
|
||||||
type: 'string'
|
type: 'string'
|
||||||
|
|
Reference in a new issue