city: {
    valid: function(options) {
      return options.city === true || options.city === false;
    },