File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -773,6 +773,12 @@ components:
773773 creation_action :
774774 type : string
775775 description : ' The associated action that represents the creation of that dataset'
776+ intended_dataset_type :
777+ type : string
778+ description : ' The dataset type of the intended datasets that will be uploaded as part of the Upload.'
779+ intended_organ :
780+ type : string
781+ description : ' The organ code representing the organ type that the data contained in the upload will be registered/associated with.'
776782 Upload :
777783 type : object
778784 properties :
Original file line number Diff line number Diff line change @@ -1244,13 +1244,15 @@ ENTITIES:
12441244 - validate_in_admin_group
12451245 intended_dataset_type :
12461246 type : string
1247+ required_on_create : true
12471248 indexed : true
12481249 description : The dataset type of the intended datasets that will be uploaded as part of the Upload.
12491250 before_property_create_validators :
12501251 - validate_intended_dataset_type
12511252 before_property_update_validators :
12521253 - validate_intended_dataset_type
12531254 intended_organ :
1255+ required_on_create : true
12541256 type : string
12551257 indexed : true
12561258 description : The organ code representing the organ type that the data contained in the upload will be registered/associated with.
You can’t perform that action at this time.
0 commit comments