Skip to content

Commit

Permalink
fixed missing dataset_type required on publications
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekFurstPitt committed Jan 26, 2024
1 parent 8133c93 commit 5c7115f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/schema/provenance_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,7 @@ ENTITIES:
before_property_update_validators:
- validate_recognized_dataset_type
type: string
generated: true
immutable: true
required_on_create: true # Required for create via POST, not update via PUT
description: "The assay types of this Dataset. Valid values are from UBKG are queried by schema_manager.get_valueset_dataset_type() using the Ontology API."
collections:
type: list
Expand Down

0 comments on commit 5c7115f

Please sign in to comment.