{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "isinactive": {
        "label": "Inactive",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "tranlink": {
        "label": "Transaction Type",
        "content_type": "list",
        "list_id": "qualitytransactiontype"
    },
    "op_step": {
        "label": "Operation Step",
        "content_type": "free_form_text"
    },
    "allow_override": {
        "label": "Allow Manual Override",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "result": {
        "label": "Result",
        "content_type": "list",
        "list_id": "qualityresult"
    },
    "qc_average_result": {
        "label": "Average Result",
        "content_type": "decimal_number"
    },
    "expected": {
        "label": "Expected",
        "content_type": "free_form_text"
    },
    "actual": {
        "label": "Actual",
        "content_type": "free_form_text"
    },
    "assignee": {
        "label": "Assignee",
        "content_type": "record",
        "references": "Employee",
        "referenceField": "title"
    },
    "wo_output": {
        "label": "WO Output",
        "content_type": "record",
        "references": "SuiteFabOutput",
        "referenceField": "title"
    },
    "exp_range": {
        "label": "Expected Range",
        "content_type": "free_form_text"
    },
    "duedate": {
        "label": "Due Date",
        "content_type": "date"
    },
    "data_type": {
        "label": "Data Type",
        "content_type": "list",
        "list_id": "datatype"
    },
    "parent_task": {
        "label": "Parent Task",
        "content_type": "record",
        "references": "QualityControlTask",
        "referenceField": "title"
    },
    "notes": {
        "label": "Description/Notes",
        "content_type": "rich_text"
    },
    "qc_include_sampling": {
        "label": "Include Sampling",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "qc_num_of_samples": {
        "label": "Number of Samples",
        "content_type": "integer_number"
    },
    "qc_task_uom": {
        "label": "Unit of Measure",
        "content_type": "list",
        "list_id": "qualityunitofmeasure"
    },
    "qc_target": {
        "label": "Target",
        "content_type": "decimal_number"
    },
    "qc_tolerance": {
        "label": "Tolerance (+/-)",
        "content_type": "decimal_number"
    },
    "qc_minimum": {
        "label": "Minimum",
        "content_type": "decimal_number"
    },
    "qc_maximum": {
        "label": "Maximum",
        "content_type": "decimal_number"
    },
    "qc_requirement": {
        "label": "Quality Requirement",
        "content_type": "record",
        "references": "QualityRequirement",
        "referenceField": "title"
    },
    "active_sample": {
        "label": "Active Sample",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "qc_tolerance_percent": {
        "label": "Tolerance (%)",
        "content_type": "percent"
    },
    "qc_transaction_link": {
        "label": "Transaction",
        "content_type": "record",
        "references": "Transaction",
        "referenceField": "title",
        "morph": "transactionable",
        "morphTypes": ["WorkOrder"]
    },
    "qc_tran_line_key": {
        "label": "Transaction Line Key",
        "content_type": "free_form_text"
    },
    "qc_coating_thickness": {
        "label": "Coating Thickness",
        "content_type": "decimal_number"
    },
    "qc_allowed_variance_pct": {
        "label": "Allowed Variance %",
        "content_type": "percent"
    },
    "qc_calc_variance_pct": {
        "label": "Calculated Variance %",
        "content_type": "percent"
    },
    "qc_tolerance_type": {
        "label": "Tolerance Type",
        "content_type": "list",
        "list_id": "tolerancetype"
    },
    "task_pass_chk": {
        "label": "Pass",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "task_fail_chk": {
        "label": "Fail",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "lot": {
        "label": "Lot",
        "content_type": "record",
        "references": "InventoryNumber",
        "referenceField": "title"
    },
    "qc_total_perc_to_sample": {
        "label": "Total Percent to Sample",
        "content_type": "percent"
    }
}
