Skip to content

Commit 3696f40

Browse files
committed
Strip out regex for GEO from input schema
1 parent d1e0771 commit 3696f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/schema_input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "array",
99
"items": {
1010
"type": "string",
11-
"pattern": "^(((SR|ER|DR)[APRSX])|(SAM(N|EA|D))|(PRJ(NA|EB|DB))|(GS[EM])|(syn))(\\d+)$",
11+
"pattern": "^(((SR|ER|DR)[APRSX])|(SAM(N|EA|D))|(PRJ(NA|EB|DB))|(syn))(\\d+)$",
1212
"errorMessage": "Please provide a valid SRA, ENA, DDBJ identifier"
1313
}
1414
}

0 commit comments

Comments
 (0)