Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading