Skip to content

Commit

Permalink
Merge pull request #776 from hubmapconsortium/Derek-Furst/fix-ingest-…
Browse files Browse the repository at this point in the history
…metadata-validators

removed validators for dataset metadata, files, and calculated_metadata fields
  • Loading branch information
yuanzhou authored Dec 16, 2024
2 parents 9b09926 + 8e0ee63 commit 332c5a9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/schema/provenance_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -469,25 +469,13 @@ ENTITIES:
type: json_string
indexed: true
description: "Metadata associated with the ingested experimental data."
before_property_create_validators:
- validate_application_header_before_property_update
before_property_update_validators:
- validate_application_header_before_property_update
files:
type: list
indexed: true
before_property_create_validators:
- validate_application_header_before_property_update
before_property_update_validators:
- validate_application_header_before_property_update
description: "A list of files associated with the dataset."
calculated_metadata:
type: json_string
indexed: true
before_property_create_validators:
- validate_application_header_before_property_update
before_property_update_validators:
- validate_application_header_before_property_update
description: "Calculated metadata outputted from the processing pipeline."
local_directory_rel_path:
# Example: protected/<TMC>/<uuid>
Expand Down

0 comments on commit 332c5a9

Please sign in to comment.