I'm creating a RESTAPI but upon compiling the npm throws an error message stating
Invalid Schema Configuration
I have tried to look for the solution in official docs as well as on StackOverFlow also but none of them answered my question.
const TeacherSchema = new Schema({
WorkExperience:[{
startDate:String,
endDate:String,
companyName:String,
postName:String,
required:true
}],
});
The code should compile but it is throwing an error