Schemas.Strings = new SimpleSchema({ name: { type: String, defaultValue: "" }, alignment: { type: String, defaultValue: "" }, gender: { type: String, defaultValue: "" }, race: { type: String, defaultValue: "" }, description:{ type: String, defaultValue: "" }, personality:{ type: String, defaultValue: "" }, ideals: { type: String, defaultValue: "" }, bonds: { type: String, defaultValue: "" }, flaws: { type: String, defaultValue: "" }, backstory: { type: String, defaultValue: "" }, notes: { type: String, defaultValue: "" }, });