{
    "assigned": {
        "label": "Assigned",
        "content_type": "record",
        "references": "Employee",
        "referenceField": "title"
    },
    "comments": {
        "label": "Comments",
        "content_type": "rich_text"
    },
    "completed": {
        "label": "Completed",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "project": {
        "label": "Project",
        "content_type": "record",
        "references": "Project",
        "referenceField": "title"
    },
    "projecttask": {
        "label": "Task",
        "content_type": "record",
        "references": "ProjectTask",
        "referenceField": "title",
        "filterid": "project"
    },
    "priority": {
        "label": "Priority",
        "content_type": "list",
        "list_id": "taskpriority",
        "defaultvalue": "LOW"
    },
    "status": {
        "label": "Status",
        "content_type": "list",
        "list_id": "subtaskstatus"
    },
    "tag": {
        "label": "Tag",
        "content_type": "free_form_text"
    },
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    }
}