{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "location": {
        "label": "Location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "billofmaterials": {
        "label": "Bill of Materials",
        "content_type": "record",
        "references": "BillOfMaterials",
        "referenceField": "title"
    },
    "isinactive": {
        "label": "Inactive",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "isdefault": {
        "label": "Default Routing",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "memo": {
        "label": "Memo",
        "content_type": "text_area"
    }
}
