I have an array of strings, that can only contain 6 kind of values. I've written this validation in my Mongoose schema: skills: [ { type: String, enum: ...
確定! 回上一頁