{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "customer": {
        "label": "Customer",
        "content_type": "record",
        "references": "Customer",
        "referenceField": "title"
    },
    "billingaccount": {
        "label": "Billing Account",
        "content_type": "record",
        "references": "BillingAccount",
        "referenceField": "title"
    },
    "billingsubscriptionstatus": {
        "label": "Status",
        "content_type": "list",
        "list_id": "billingsubscriptionstatus",
        "calculated": true
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "subscriptionrevision": {
        "label": "Subscription Revision",
        "content_type": "decimal_number",
        "calculated": true
    },
    "autorenewal": {
        "label": "Auto Renewel",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "salesorder": {
        "label": "Sales Order",
        "content_type": "record",
        "references": "SalesOrder",
        "referenceField": "title"
    },
    "subscriptionplan": {
        "label": "Subscription Plan",
        "content_type": "free_form_text"
    },
    "pricebook": {
        "label": "Price Book",
        "content_type": "record",
        "references": "PriceBook",
        "referenceField": "title"
    },
    "initialterm": {
        "label": "Initial Term",
        "content_type": "record",
        "references": "SubscriptionTerm",
        "referenceField": "title"
    },
    "startdate": {
        "label": "Start Date",
        "content_type": "date"
    },
    "enddate": {
        "label": "End Date",
        "content_type": "date",
        "calculated": true
    },
    "class": {
        "label": "Class",
        "content_type": "record",
        "references": "Classification",
        "referenceField": "title"
    },
    "department": {
        "label": "Department",
        "content_type": "record",
        "references": "Department",
        "referenceField": "title"
    },
    "location": {
        "label": "Location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "estimatedrevrecenddate": {
        "label": "Estimated Revenue Recognition End Date",
        "content_type": "date",
        "calculated": true
    },
    "billingschedule": {
        "label": "Billing Schedule",
        "content_type": "record",
        "references": "BillingSchedule",
        "referenceField": "title"
    },
    "frequency": {
        "label": "Frequency",
        "content_type": "list",
        "list_id": "frequency"
    },
    "lastbilldate": {
        "label": "Last Bill Date",
        "content_type": "date"
    },
    "nextbillcycledate": {
        "label": "Next billing Cycle Date",
        "content_type": "date"
    },
    "lastbillcycledate": {
        "label": "Last billing Cycle Date",
        "content_type": "date"
    },
    "activetotalcontractvalue": {
        "label": "Active Total Contact Value",
        "content_type": "decimal_number",
        "calculated": true
    },
    "pendingtotalcontractvalue": {
        "label": "Pending Total Contact Value",
        "content_type": "decimal_number",
        "calculated": true
    },
    "totalactiveonetime": {
        "label": "Total Active One Time",
        "content_type": "decimal_number",
        "calculated": true
    },
    "totalactiverecurring": {
        "label": "Total Active Recurring",
        "content_type": "decimal_number",
        "calculated": true
    },
    "totalactiveusage": {
        "label": "Total Active Usage",
        "content_type": "decimal_number",
        "calculated": true
    },
    "totalactivecommitplusoverage": {
        "label": "Total Active Commit Plus Overage",
        "content_type": "decimal_number",
        "calculated": true
    },
    "totalactiveprepaidamount": {
        "label": "Total Active Prepaid Amount",
        "content_type": "decimal_number",
        "calculated": true
    }
}
