A simple way is to maintain a list of valid cities and then check if your item()?['City'] exists in this list. You can continue to add more cities or even have it read dynamically from some data source.
item()?['City']
here's a simple demonstration