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