📅  最后修改于: 2022-03-11 15:04:05.850000             🧑  作者: Mango
Schema = {
name: {type: String},
date: {type: Date},
description: {type: String, possibleValues: ['blue','red','yellow','black']}
}