{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "displayname": {
        "label": "Display Name",
        "content_type": "free_form_text"
    },
    "subsidiary": {
        "label": "Subsidiary",
        "scriptid": "subsidiary",
        "content_type": "record",
        "references": "Subsidiary",
        "referenceField": "title"
    },
    "department": {
        "label": "Department",
        "scriptid": "department",
        "content_type": "record",
        "references": "Department",
        "referenceField": "title"
    },
    "location": {
        "label": "Location",
        "scriptid": "location",
        "content_type": "record",
        "references": "Location",
        "referenceField": "title"
    },
    "classification": {
        "label": "Class",
        "scriptid": "classification",
        "content_type": "record",
        "references": "Classification",
        "referenceField": "title"
    },
    "description": {
        "label": "Description",
        "content_type": "long_text"
    },
    "isinactive": {
        "label": "Inactive",
        "scriptid": "isinactive",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "initialterm": {
        "label": "Initial Term",
        "scriptid": "initialterm",
        "content_type": "list",
        "list_id": "initialterm"
    }
}
