Add REVIEW_TYPE and REVIEWTYPENAME to Study Details schema in PB Mock API
This commit is contained in:
parent
2f84fa8b61
commit
19bc45a94b
|
@ -634,3 +634,11 @@ components:
|
|||
type: string
|
||||
example: "dhf8r"
|
||||
description: Netbadge id of IRB staff assinged to do the review
|
||||
REVIEW_TYPE:
|
||||
type: integer
|
||||
example: 2
|
||||
description: ID of the Review Type
|
||||
REVIEWTYPENAME:
|
||||
type: string
|
||||
example: Non-UVA IRB Full Board
|
||||
description: Human readable version of Review Type
|
||||
|
|
Loading…
Reference in New Issue