diff --git a/src/schema/provenance_schema.yaml b/src/schema/provenance_schema.yaml index 36b17581..3ff507e6 100644 --- a/src/schema/provenance_schema.yaml +++ b/src/schema/provenance_schema.yaml @@ -328,6 +328,7 @@ ENTITIES: - slide_id - tissue_id - parent_sample_id + - data_path - direct_ancestors: # Sample ancestors of a Dataset must have these fields removed - lab_tissue_sample_id @@ -387,7 +388,7 @@ ENTITIES: description: "True if the data contains any human genetic sequence information." error_message: type: string - indexed: true + indexed: false description: "An open text field that holds the last error message that arose from pipeline validation or analysis." status: type: string @@ -1341,6 +1342,10 @@ ENTITIES: - validate_priority_project before_property_create_validators: - validate_priority_project + error_message: + type: string + indexed: false + description: "An open text field that holds the last error message that arose from pipeline validation or analysis." ############################################# EPICollection ############################################# Epicollection: