Skip to content

Commit cf80b5b

Browse files
Update ISBN.schema.tpl.json
1 parent 438b984 commit cf80b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/digitalIdentifier/ISBN.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"properties": {
1010
"identifier": {
1111
"type": "string",
12-
"pattern": "^(?=(?:\\d-?){9}-[\\dX]$)[\\d]{1,5}-[\\d]{1,7}-[\\d]{1,6}-[\\dX]$|^(?=(?:\\d-?){13}$)97[89]-?[\\d]{1,5}-[\\d]{2,7}-[\\d]{1,6}-[\\d]$",
12+
"pattern": "^(?=(?:\\d-?){9}-[\\dX]$)[\\d]{1,5}-[\\d]{2,7}-[\\d]{1,6}-[\\dX]$|^(?=(?:\\d-?){13}$)97[89]-?[\\d]{1,5}-[\\d]{1,7}-[\\d]{1,6}-[\\d]$",
1313
"_instruction": "Enter the numeric commercial book identifier 'International Standard Book Number' (ISBN) following the defined pattern (e.g., 123-4-567-89012-3 (13-digit ISBN) or 4-567-89012-3 (10-digit ISBN))."
1414
}
1515
}

0 commit comments

Comments
 (0)