{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "firstname": {
        "label": "First Name",
        "content_type": "free_form_text"
    },
    "lastname": {
        "label": "Last Name",
        "content_type": "free_form_text"
    },
    "middlename": {
        "label": "Middle Name",
        "content_type": "free_form_text"
    },
    "initials": {
        "label": "Initials",
        "content_type": "free_form_text"
    },
    "birthdate": {
        "label": "Birthdate",
        "content_type": "date"
    },
    "email": {
        "label": "Email",
        "content_type": "email_address"
    },
    "employeestatus": {
        "label": "Employee Status",
        "content_type": "list",
        "list_id": "employeestatus"
    },
    "employeetype": {
        "label": "Employee Type",
        "content_type": "list",
        "list_id": "employeetype"
    },
    "targetutilization": {
        "label": "Target",
        "content_type": "percent"
    },
    "tag": {
        "label": "Tag",
        "content_type": "free_form_text"
    },
    "comments": {
        "label": "Comments",
        "content_type": "long_text"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "scriptid": "subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "location": {
        "label": "Location",
        "scriptid": "location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title",
        "filterid": "subsidiary"
    },
    "supervisor": {
        "label": "Supervisor",
        "scriptid": "supervisor",
        "content_type": "record",
        "references": "Employee",
        "referenceField": "title"
    },
    "isinactive": {
        "label": "Inactive",
        "scriptid": "isinactive",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "issupportrep": {
        "label": "Support Rep",
        "scriptid": "issupportrep",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "issalesrep": {
        "label": "Sales Rep",
        "scriptid": "issalesrep",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "isjobresource": {
        "label": "Job Resource",
        "scriptid": "isjobresource",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "isjobmanager": {
        "label": "Job Manager",
        "scriptid": "isjobmanager",
        "content_type": "check_box",
        "defaultvalue": false
    }
}
