Skip to content

Commit

Permalink
changed reservoir_offset_type from enums to pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
aidaanva committed Jan 30, 2025
1 parent 596b620 commit b02433a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,11 @@
},
"reservoir_offset_type": {
"$id": "#/items/properties/reservoir_offset_type",
"type": "string",
"$ref": "https://spaam-community.github.io/AncientMetagenomeDir/assets/enums/c14_reservoir_offset_type.json",
"type": ["string","null"],
"pattern": "FRESHWATER|MARINE|NR|NA",
"title": "Is the reported Reservoir Effect of Marine or Freshwater nature?",
"description": "Specify if the reported reservoir effect is of marine or freshwater origin.",
"examples": ["FRESHWATER", "NA"]
"examples": ["FRESHWATER","MARINE","NR", "NA"]
},
"reservoir_offset_reported": {
"$id": "#/items/properties/reservoir_offset_reported",
Expand Down

0 comments on commit b02433a

Please sign in to comment.