Skip to content

Commit

Permalink
Update materialSample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau authored Oct 1, 2024
1 parent 3fa14e5 commit 4e9bf62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/materialSample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,10 @@ components:
type: string
readOnly: true
description: Calculated field representing the scientificName (or verbatimScientificName if empty) of the primary determination of the target organism. If there is no target organism and there is more than one organism, the scientificNames are contactenated (using | as separator).
effectiveScientificName:
type: string
readOnly: true
description: Calculated field representing the scientificName (or verbatimScientificName if empty) of the first determination found in the hierachy. If there is no target organism and there is more than one organism, the scientificNames are contactenated (using | as separator).
allowDuplicateName:
type: boolean
nullable: false
Expand Down

0 comments on commit 4e9bf62

Please sign in to comment.