{
    "version": 1,
    "fields": [
        {
            "clicks": [{
                "selector": "a[href*=\"/contact-info\"]",
                "timeout": 500
            }],
            "title": "Lead Title",
            "code": "leadname",
            "type": "lead_name",
            "selector": "div.pv-text-details__left-panel div:nth-child(2)",
            "value_type": "text"
        },
        {
            "title": "Fullname",
            "code": "contact_name",
            "type": "contact_name",
            "selector": "#pv-contact-info",
            "value_type": "text"
        },
        {
            "title": "Phone",
            "code": "phone_number",
            "type": "phone",
            "selector": "li.pv-contact-info__ci-container span:nth-child(1)",
            "value_type": "text",
            "value_cleaner": ["[^+^\\d]+"]
        },
        {
            "title": "Email",
            "code": "contact_email",
            "type": "email",
            "selector": "a[href*=\"mailto:\"]",
            "value_type": "text"
        },
        {
            "title": "Address",
            "code": "short_address",
            "type": "streetaddress",
            "selector": "a[href*=maps]",
            "value_type": "text"
        },
        {
            "title": "LinkedIn",
            "code": "LI_url",
            "type": "URL",
            "selector": "a[href*='https://www.linkedin.com/in/']",
            "value_type": "text"
        },
        {
            "title": "Note",
            "code": "lead_note",
            "type": "lead_note",
            "selector": ".pv-about-section div",
            "value_type": "text"
        }
    ]
}
