Skip to content

Commit

Permalink
Include taxonomy on JSON schema regex pattern for species (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 8, 2024
1 parent 2a2d805 commit f80899b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuroconv/schemas/base_metadata_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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 f80899b

Please sign in to comment.