Skip to content

Commit

Permalink
Keep base JSON up to data on GUIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Mar 11, 2024
1 parent aec1e16 commit c52cb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/json/base_metadata_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"species": {
"type": "string",
"description": "Species of subject. Use latin name.",
"pattern": "^[A-Z][a-z]+ [a-z]+"
"pattern": "^[A-Z][a-z]+ [a-z]+|http://purl.obolibrary.org/obo/NCBITaxon_[0-9]+"
},
"subject_id": {
"type": "string",
Expand Down

0 comments on commit c52cb9d

Please sign in to comment.