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: src/schema/provenance_schema.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -766,9 +766,11 @@ ENTITIES:
766
766
description: 'List of datasets to remove from a Upload. Provide as a json array of the dataset uuids like: ["232934234234234234234270c0ea6c51d604a850558ef2247d0b4", "230948203482234234234a57bfe9c056d08a0f8e6cd612baa3bfa"]'
767
767
# Use after_update_trigger instead of before_update_trigger since we are not updating this property
768
768
after_update_trigger: unlink_datasets_from_upload
769
+
# Different from the handling of Collection (only returns dataset_uuids)
769
770
datasets:
770
771
type: list
771
772
generated: true # Disallow user input from request json when being created
772
773
transient: true
773
774
description: "The datasets that are contained in this Upload."
0 commit comments