Skip to content

Commit 4312a3f

Browse files
committed
relax regex
1 parent aa5caba commit 4312a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/elements/document.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"doi": {
2626
"type": "string",
27-
"pattern": "^10\\.5594\\/SMPTE\\.?[A-Za-z\\d-\\/.]+$"
27+
"pattern": "^10\\.5594\/[A-Za-z\\d-\\.]+$"
2828
},
2929
"notes": {
3030
"type": "string"

0 commit comments

Comments
 (0)