validation_rules = { 'email_address': {'type': 'string', 'length': 255}, 'address': {'type': 'string', 'length': 255}, 'address2': {'type': 'string', 'length': 255}, 'ae_framework_id': {'type': 'string', 'length': 255}, 'ae_segment_id': {'type': 'string', 'length': 255}, #'age_range': {'type': 'string', 'length': 4}, 'birthdate': {'type': 'string', 'length': 20}, 'city': {'type': 'string', 'length': 75}, 'country_region': {'type': 'string', 'length': 56}, 'custom_field': {'type': 'list', 'item_type': 'string', 'item_length': 2000}, 'first_name': {'type': 'string', 'length': 110}, 'form_id': {'type': 'string', 'length': 255}, #'mailing_list': {'type': 'list', 'item_type': 'string', 'item_length': 255}, #'retargeting_consent': {'type': 'string', 'length': 5}, 'language': {'type': 'string', 'length': 255}, 'last_name': {'type': 'string', 'length': 110}, 'mobile_phone': {'type': 'string', 'length': 40}, 'music_affinity': {'type': 'string', 'length': 255}, 'postal_code': {'type': 'string', 'length': 20}, 'source': {'type': 'string', 'length': 100}, 'sourceChannel': {'type': 'string', 'length': 255}, 'spotify_id': {'type': 'string', 'length': 255}, 'state_province': {'type': 'string', 'length': 255}, 'triggered_sends': {'type': 'list', 'item_type': 'string', 'item_length': 255}, 'twitter_username': {'type': 'string', 'length': 100}, 'wyng_campaign_id': {'type': 'string', 'length': 255}, 'wyng_property_id': {'type': 'string', 'length': 255} }