{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "customer": {
        "label": "Customer",
        "content_type": "record",
        "references": "Customer",
        "referenceField": "title"
    },
    "projectmanager": {
        "label": "Project Manager",
        "content_type": "record",
        "references": "Employee",
        "referenceField": "title"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "status": {
        "label": "Status",
        "content_type": "list",
        "list_id": "projectstatus"
    },
    "jobbillingtype": {
        "label": "Job Billing Type",
        "content_type": "list",
        "list_id": "billingtype"
    },
    "projectexpensetype": {
        "label": "Project Expense Type",
        "content_type": "list",
        "list_id": "projectexpensetype"
    },
    "schedulingmethod": {
        "label": "Scheduling Method",
        "content_type": "list",
        "list_id": "schedulingmethod"
    },
    "actualtime": {
        "label": "Actual Time",
        "content_type": "decimal_number",
        "calculated": true
    },
    "calculatedwork": {
        "label": "Calculated Work",
        "content_type": "decimal_number",
        "calculated": true
    },
    "estimatedgrossprofit": {
        "label": "Estimated Gross Profit",
        "content_type": "decimal_number",
        "calculated": true
    },
    "estimatedtime": {
        "label": "Estimated Time",
        "content_type": "decimal_number",
        "calculated": true
    },
    "plannedwork": {
        "label": "Planned Work",
        "content_type": "decimal_number",
        "calculated": true
    },
    "timeremaining": {
        "label": "Time Remaining",
        "content_type": "decimal_number",
        "calculated": true
    },
    "allowallresourcesfortasks": {
        "label": "Allow All Resources for Tasks",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "allowexpenses": {
        "label": "Allow Expenses",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "allowtime": {
        "label": "Allow Time",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "includecrmtasksintotals": {
        "label": "Include CRM Tasks in Totals",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "isexempttime": {
        "label": "Is Exempt Time",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "isinactive": {
        "label": "Inactive",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "isproductivetime": {
        "label": "Is Productive Time",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "isutilizedtime": {
        "label": "Is Utilized Time",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "limittimetoassignees": {
        "label": "Limit Time to Assignees",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "materializetime": {
        "label": "Materialize Time",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "calculatedenddate": {
        "label": "Calculated End Date",
        "content_type": "date",
        "calculated": true
    },
    "calculatedstartdate": {
        "label": "Calculated Start Date",
        "content_type": "date",
        "calculated": true
    },
    "scheduledenddate": {
        "label": "Scheduled End Date",
        "content_type": "date"
    },
    "startdate": {
        "label": "Start Date",
        "content_type": "date_time"
    },
    "enddate": {
        "label": "End Date",
        "content_type": "date"
    },
    "tag": {
        "label": "Tag",
        "content_type": "free_form_text"
    }
}
