Skip to content

Commit e768eec

Browse files
fixed a small error in the provenance schema, using mutable instead of immutable. Also removed priority_project_list from publication
1 parent a67ba60 commit e768eec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/schema/provenance_schema.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ ENTITIES:
664664
required: false
665665
indexted: false
666666
description: The list of priority projects that this Dataset data will be used For
667-
mutable: true
667+
immutable: false
668668
before_property_update_validators:
669669
- validate_priority_project
670670
before_property_create_validators:
@@ -772,6 +772,7 @@ ENTITIES:
772772
ingest_task: null # This ingest_task is Dataset specific, Publication doesn't have it
773773
new_associated_multi_assay_uuid: null # Dataset-only attribute of Multi-Assay Dataset relationships
774774
superseded_associated_processed_component_uuids: null # Dataset-only attribute of Multi-Assay Dataset relationships
775+
priority_project_list: null # Dataset-only attribute
775776

776777
############################################# Donor #############################################
777778
Donor:
@@ -1297,7 +1298,7 @@ ENTITIES:
12971298
required: false
12981299
indexted: false
12991300
description: The list of priority projects that this Uploaded data will be used For
1300-
mutable: true
1301+
immutable: false
13011302
before_property_update_validators:
13021303
- validate_priority_project
13031304
before_property_create_validators:

0 commit comments

Comments
 (0)