diff --git a/matchminer/data_model.py b/matchminer/data_model.py index 750a21a..701b051 100644 --- a/matchminer/data_model.py +++ b/matchminer/data_model.py @@ -1720,7 +1720,9 @@ def default_temporary(): 'ms_status': {'type': 'string', 'nullable': True}, 'trial_step_number': {'type': 'string', 'nullable': True}, 'trial_arm_number': {'type': 'string', 'nullable': True}, - 'match_type': {'type': 'string', 'nullable': True} + 'match_type': {'type': 'string', 'nullable': True}, + 'nickname': {'type':'string', 'nullable': True}, + 'short_title': {'type':'string', 'nullable': True} } prioritizer_trial_match_schema = {