{
    "title": {
        "label": "Name",
        "content_type": "free_form_text"
    },
    "isinactive": {
        "label": "Inactive",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "target": {
        "label": "Target",
        "content_type": "decimal_number"
    },
    "tolerance_percent": {
        "label": "Tolerance (%)",
        "content_type": "percent"
    },
    "formula_item_qc_range": {
        "label": "Include Range?",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "req_pass_chk": {
        "label": "Pass / Fail",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "total_percent_to_sample": {
        "label": "Total Percent to Sample",
        "content_type": "percent"
    },
    "num_of_samples": {
        "label": "Number of Samples",
        "content_type": "integer_number"
    },
    "include_sampling": {
        "label": "Include Sampling",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "formula_item_qc_exp_out": {
        "label": "Expected Outcome",
        "content_type": "free_form_text"
    },
    "formula_item_qc_max": {
        "label": "Maximum",
        "content_type": "decimal_number"
    },
    "allowed_variance_pct": {
        "label": "Allowed Variance %",
        "content_type": "percent"
    },
    "coating_thickness": {
        "label": "Coating Thickness",
        "content_type": "decimal_number"
    },
    "formula_item_qc_min": {
        "label": "Minimum",
        "content_type": "decimal_number"
    },
    "tolerance": {
        "label": "Tolerance (+/-)",
        "content_type": "decimal_number"
    },
    "formula_item_qc_item": {
        "label": "Item",
        "content_type": "record",
        "references": "Assembly",
        "referenceField": "title"
    },
    "formula_item_qc_bom": {
        "label": "Bill of Materials",
        "content_type": "record",
        "references": "BillOfMaterials",
        "referenceField": "title"
    },
    "tolerance_type": {
        "label": "Tolerance Type",
        "content_type": "list",
        "list_id": "qualitytolerancetype"
    },
    "uom": {
        "label": "Unit of Measure",
        "content_type": "list",
        "list_id": "qualityunitofmeasure"
    },
    "formula_item_qc_dt": {
        "label": "Data Type",
        "content_type": "list",
        "list_id": "datatype"
    },
    "transaction_types": {
        "label": "Transaction Types",
        "content_type": "list",
        "list_id": "qualitytransactiontype"
    }
}
