You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entity-api-spec.yaml
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,9 @@ components:
542
542
type: string
543
543
format: uuid
544
544
description: 'List of image files previously uploaded to delete. Provide as a json array of the file_uuids of the file like: ["232934234234234234234270c0ea6c51d604a850558ef2247d0b4", "230948203482234234234a57bfe9c056d08a0f8e6cd612baa3bfa"]'
545
+
rui_exemption:
546
+
type: boolean
547
+
description: 'Identifies Sample Blocks that are exempt from spatial registration via RUI.'
545
548
Dataset:
546
549
type: object
547
550
properties:
@@ -809,6 +812,9 @@ components:
809
812
intended_organ:
810
813
type: string
811
814
description: 'The organ code representing the organ type that the data contained in the upload will be registered/associated with.'
815
+
priority_project_list:
816
+
type: array
817
+
description: 'The list of priority projects that this Dataset data will be used For'
812
818
Upload:
813
819
type: object
814
820
properties:
@@ -909,6 +915,9 @@ components:
909
915
anticipated_dataset_count:
910
916
type: integer
911
917
description: 'The total number of datasets that this Upload will eventually contain.'
918
+
priority_project_list:
919
+
type: array
920
+
description: 'The list of priority projects that this Upload data will be used For'
raiseValueError(f"Provided priority_project_list contains unrecognized value: {priority_project}. Allowed values are {', '.join(allowed_priority_projects)}. These are case-sensitive values.")
0 commit comments