Skip to content

Commit

Permalink
Add more permissible values for CollectionTypeEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
kheal committed Oct 23, 2024
1 parent ea872c8 commit 9891217
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/schema/basic_classes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ slots:
range: CollectionTypeEnum
description: >-
The type of collection that describes the data in the collection.
required: true

model:
range: InstrumentModelEnum
Expand Down Expand Up @@ -617,7 +618,13 @@ enums:
#TODO KRH: add more collection types, mappings, and descriptions
instrument_run:
description: >-
A collection of data generated from a single run of an instrument.
A collection of data generation records from a single run of an instrument.
technical_replicates:
description: >-
A collection of data generation records that represent technical replicates of a single sample.
fractions:
description: >-
A collection of data generation records that represent fractions of a single sample.
InstrumentModelEnum:
permissible_values:
Expand Down
1 change: 0 additions & 1 deletion src/schema/nmdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,6 @@ slots:
description: This property links a database object to the set of configurations within it.

manifest_set:
#TODO KRH: Do I need a mix in here?
mixins: object_set
range: Manifest
description: This property links a database object to the set of manifests within it.
Expand Down

0 comments on commit 9891217

Please sign in to comment.