I have an schema like this :
const positionSchema = new Schema({ positionType: { type: String, enum: [ \'USER\', \'ADMIN\',