{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "sbankname": {
        "label": "Bank Name",
        "content_type": "free_form_text"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "class": {
        "label": "Class",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "parent": {
        "label": "Parent",
        "content_type": "record",
        "references": "Account",
        "referenceField": "title"
    },
    "department": {
        "label": "Department",
        "content_type": "record",
        "references": "Department",
        "referenceField": "title"
    },
    "location": {
        "label": "Location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "isinactive": {
        "label": "Inactive",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "issummary": {
        "label": "Is Summary",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "inventory": {
        "label": "Invenotry",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "eliminate": {
        "label": "Eliminate",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "revalue": {
        "label": "Revalue Open Balance for Foreign Currency Transactions",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "includechildren": {
        "label": "Includes Children",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "balance": {
        "label": "Balance",
        "content_type": "currency"
    },
    "description": {
        "label": "Description",
        "content_type": "long_text"
    },
    "accttype": {
        "label": "Account Type",
        "content_type": "list",
        "list_id": "accounttype"
    },
    "unitstype": {
        "label": "Units Typee",
        "content_type": "list",
        "list_id": "unitstype"
    }
}
