Schema = { name: {type: String}, date: {type: Date}, description: {type: String, possibleValues: ['blue','red','yellow','black']} }