diff --git a/modules/workbench/modules/reporting/assets/schemas/institution.json b/modules/workbench/modules/reporting/assets/schemas/institution.json index 5766dd4..b6dd6b9 100644 --- a/modules/workbench/modules/reporting/assets/schemas/institution.json +++ b/modules/workbench/modules/reporting/assets/schemas/institution.json @@ -13,7 +13,7 @@ { "name": "dua_type_enum", "type": "STRING", - "description": "Data Use Agreement type.", + "description": "DEPRECATED. Replaced by registered_tier_requirement. Data Use Agreement type.", "mode": "NULLABLE" }, { @@ -39,5 +39,11 @@ "type": "STRING", "description": "A unique string identifier used in the API to map a user affiliation to an institution. (Database\nidentifiers are not typically exposed in the workbench API).", "mode": "NULLABLE" + }, + { + "name": "registered_tier_requirement", + "type": "STRING", + "description": "Type of Registered tier requirement the institution has signed, email domains or restricted to a defined set of specific researchers", + "mode": "NULLABLE" } -] \ No newline at end of file +]