Skip to content

Commit

Permalink
emdb id pattern regex corrected to accommodate new entry id format
Browse files Browse the repository at this point in the history
  • Loading branch information
sriram-ebi committed Sep 21, 2020
1 parent c205ef0 commit 27cf945
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 27cf945

Please sign in to comment.