Skip to content

Commit

Permalink
[RFW-6936][risk=low]: Add registered_tier_requirement column to repla…
Browse files Browse the repository at this point in the history
…ce dua_type_enum (#29)

* remove eRA commons

* add new table

* add depreacated

* add depreacated
  • Loading branch information
yonghaoy authored Aug 9, 2021
1 parent c809b74 commit 8e2aeda
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand All @@ -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"
}
]
]

0 comments on commit 8e2aeda

Please sign in to comment.