You can workaround by define the schema like below:
products: {
type: [{
name:String,
startDate:Date,
endDate:Date
}],
default: undefined
}
You can workaround by define the schema like below:
products: {
type: [{
name:String,
startDate:Date,
endDate:Date
}],
default: undefined
}