Skip to content

Commit

Permalink
removed validators for dataset metadata, files, and calculated_metada…
Browse files Browse the repository at this point in the history
…ta fields
  • Loading branch information
DerekFurstPitt committed Dec 16, 2024
1 parent 9b09926 commit 8e0ee63
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 8e0ee63

Please sign in to comment.