validate: new SimpleSchema({
    courseId: { type: String, regEx: SimpleSchema.RegEx.Id },
    settings: { type: SettingsSchema }
  }).validator(),