{
name: {type: String, required: true, maxLength: 35},
email: {type: String, validator: emailValidator},
designation: {type: String, maxLength: 35},
organization: {type: String, maxLength: 35},
country: {type: String, maxLength: 35},
aboutMe: {type: String, maxLength: 500},
linkedInId: {type: String},
githubId: {type: String},
facebookId: {type: String},
twitterId: {type: String}
}