{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "memo": {
        "label": "Memo",
        "content_type": "text_area"
    },
    "forecasttype": {
        "label": "Forecast Type",
        "content_type": "list",
        "list_id": "forecasttype"
    },
    "leadsource": {
        "label": "Lead Source",
        "content_type": "free_form_text"
    },
    "probability": {
        "label": "Probability (%)",
        "content_type": "percent",
        "is_required": true
    },
    "winLossreason": {
        "label": "Win Loss Reason",
        "content_type": "free_form_text"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title",
        "is_required": true
    },
    "location": {
        "label": "Location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "entity": {
        "label": "Entity",
        "content_type": "record",
        "references": "Customer",
        "referenceField": "title",
        "is_required": true
    },
    "entitystatus": {
        "label": "Status",
        "content_type": "list",
        "list_id": "estimatestatus",
        "is_required": true
    },
    "estimatedbudget": {
        "label": "Estimated Budget",
        "content_type": "currency"
    },
    "projectedtotal": {
        "label": "Projected Total",
        "content_type": "currency",
        "is_required": true
    },
    "rangelow": {
        "label": "Range Low",
        "content_type": "currency"
    },
    "rangehigh": {
        "label": "Range High",
        "content_type": "currency"
    },
    "estgrossprofit": {
        "label": "Estimated Gross Profit",
        "content_type": "currency"
    },
    "total": {
        "label": "Total",
        "content_type": "currency"
    },
    "weightedtotal": {
        "label": "Weighted Total",
        "content_type": "currency"
    },
    "estgrossprofitpercent": {
        "label": "Estimated Gross Profit Percent",
        "content_type": "percent"
    },
    "exchangerate": {
        "label": "Exchange Rate",
        "content_type": "integer_number"
    },
    "totalcostestimate": {
        "label": "Total Cost Estimate",
        "content_type": "currency"
    },
    "isbudgetapproved": {
        "label": "Budget Approved",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "expectedclosedate": {
        "label": "Expected Close Date",
        "content_type": "date",
        "is_required": true
    },
    "closedate": {
        "label": "Close Date",
        "content_type": "date"
    },
    "trandate": {
        "label": "Transaction Date",
        "content_type": "date"
    },
    "tranid": {
        "label": "Transaction ID",
        "content_type": "free_form_text"
    },
    "transactionnumber": {
        "label": "Transaction Number",
        "content_type": "free_form_text"
    },
    "website": {
        "label": "Website",
        "content_type": "free_form_text"
    },
    "class": {
        "label": "Class",
        "content_type": "record",
        "references": "Classification",
        "referenceField": "title",
        "filterid": "subsidiary"
    }
}
