Skip to content

Commit 768fc8f

Browse files
committed
SDEV-1601 - remove input validation pattern check on chromosomeBand - check for colon is non-standard.
1 parent 0efbfaa commit 768fc8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pori_python/ipr/content.spec.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
"items": {
100100
"properties": {
101101
"chromosomeBand": {
102-
"example": "X:p12.2",
103-
"pattern": "^(\\S+:\\S+?)?$",
102+
"example": "p12.2",
104103
"type": "string"
105104
},
106105
"cna": {

0 commit comments

Comments
 (0)