{
    "title": {
        "label": "Work Instruction",
        "content_type": "free_form_text"
    },
    "woit_wo_link": {
        "label": "Work Order",
        "content_type": "record",
        "references": "WorkOrder",
        "referenceField": "title"
    },
    "woit_wo_seqno": {
        "label": "Sequence Number",
        "content_type": "integer_number"
    },
    "woit_wo_url": {
        "label": "URL",
        "content_type": "free_form_text"
    },
    "woit_wo_isvalidimageurl": {
        "label": "Is Valid Image URL",
        "content_type": "check_box"
    },
    "woit_wo_printimage": {
        "label": "Print Image",
        "content_type": "check_box"
    },
    "woit_wo_inactive": {
        "label": "Inactive",
        "content_type": "check_box"
    },
    "isinactive": {
        "label": "Is Inactive",
        "content_type": "check_box"
    },
    "owner": {
        "label": "Owner",
        "content_type": "record",
        "references": "Employee",
        "referenceField": "title"
    }
}
