The schema is the following:
const CitySchema = new Schema( { name: {type: String, required: true}, region: {type: String, required: true}