{
    "title": {
        "label": "Title",
        "content_type": "free_form_text",
        "is_required": true
    },
    "message": {
        "label": "Message",
        "content_type": "long_text"
    },
    "status": {
        "label": "Status",
        "content_type": "list",
        "list_id": "manufacturingoperationtask",
        "list_items": {
            "NOTSTART": "Not Started",
            "PROGRESS": "In Progress",
            "COMPLETE": "Completed"
        }
    },
    "enddate": {
        "label": "End Date",
        "content_type": "date"
    },
    "completedquantity": {
        "label": "Completed Quantity",
        "content_type": "integer_number"
    },
    "estimatedwork": {
        "label": "Estimated Work",
        "content_type": "decimal_number"
    },
    "remainingwork": {
        "label": "Remaining Work",
        "content_type": "decimal_number"
    },
    "actualwork": {
        "label": "Actual Work",
        "content_type": "decimal_number"
    },
    "actualruntime": {
        "label": "Actual Runtime",
        "content_type": "decimal_number"
    },
    "setuptime": {
        "label": "Setup Time",
        "content_type": "decimal_number"
    },
    "runrate": {
        "label": "Run Rate",
        "content_type": "integer_number"
    },
    "workorder": {
        "label": "Work Order",
        "content_type": "record",
        "references": "WorkOrder",
        "referenceField": "title",
        "is_required": true
    },
    "work_instructions": {
        "label": "Work Instructions",
        "content_type": "long_text"
    },
    "inputquantity": {
        "label": "Input Quantity",
        "content_type": "integer_number"
    },
    "startdate": {
        "label": "Start Date",
        "content_type": "date"
    }
}
