Skip to content

Commit 332c5a9

Browse files
authored
Merge pull request #776 from hubmapconsortium/Derek-Furst/fix-ingest-metadata-validators
removed validators for dataset metadata, files, and calculated_metadata fields
2 parents 9b09926 + 8e0ee63 commit 332c5a9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/schema/provenance_schema.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -469,25 +469,13 @@ ENTITIES:
469469
type: json_string
470470
indexed: true
471471
description: "Metadata associated with the ingested experimental data."
472-
before_property_create_validators:
473-
- validate_application_header_before_property_update
474-
before_property_update_validators:
475-
- validate_application_header_before_property_update
476472
files:
477473
type: list
478474
indexed: true
479-
before_property_create_validators:
480-
- validate_application_header_before_property_update
481-
before_property_update_validators:
482-
- validate_application_header_before_property_update
483475
description: "A list of files associated with the dataset."
484476
calculated_metadata:
485477
type: json_string
486478
indexed: true
487-
before_property_create_validators:
488-
- validate_application_header_before_property_update
489-
before_property_update_validators:
490-
- validate_application_header_before_property_update
491479
description: "Calculated metadata outputted from the processing pipeline."
492480
local_directory_rel_path:
493481
# Example: protected/<TMC>/<uuid>

0 commit comments

Comments
 (0)