mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 00:43:34 -04:00
Disabling required fields to make it easier to migrate
This commit is contained in:
parent
f7a41dc91a
commit
39a60f1cb7
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ c = require './../schemas'
|
||||||
|
|
||||||
CourseInstanceSchema = c.object {
|
CourseInstanceSchema = c.object {
|
||||||
title: 'Course Instance'
|
title: 'Course Instance'
|
||||||
required: [
|
# required: [
|
||||||
'courseID', 'classroomID', 'members', 'ownerID', 'aceConfig'
|
# 'courseID', 'classroomID', 'members', 'ownerID', 'aceConfig'
|
||||||
]
|
# ]
|
||||||
}
|
}
|
||||||
|
|
||||||
_.extend CourseInstanceSchema.properties,
|
_.extend CourseInstanceSchema.properties,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue