const buildRosterSchema = () => {
  return new SimpleSchema({
    name: {
      type: String,
      max: 50,