Skip to content

Commit

Permalink
Merge pull request #9 from emdb-empiar/fix/cross_reference_validation
Browse files Browse the repository at this point in the history
emdb id pattern regex corrected to accommodate new entry id format
  • Loading branch information
sriram-ebi committed Sep 21, 2020
2 parents c205ef0 + 27cf945 commit f7f9176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion empiar_depositor/empiar_deposition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"name": {
"$id": "/properties/cross_references/items/properties/name",
"type": "string",
"pattern": "^(EMD)-[0-9]{4}$",
"pattern": "^(EMD)-[0-9]{4,}$",
"title": "The Name Schema ",
"examples": [
"EMD-8000"
Expand Down

0 comments on commit f7f9176

Please sign in to comment.