We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/models/[MODEL_NAME].js
{ firstName: String, lastName: String, jobTitle: String, phoneExtension: String, emailAddress: String, spotlightUrl: String, slug: { type: String, unique: true }, location: { type: mongoose.Schema.ObjectId, ref: 'poi'} }
{ type: String, coordinates: String }