Skip to content

Commit

Permalink
Fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Mar 20, 2024
1 parent e81230a commit 141f493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/schema_input_panel.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"errorMessage": "Panel name must be provided and cannot contain spaces",
"meta": ["id"]
},
"chr" : {
"chr": {
"type": "string",
"pattern": "^(chr)?[0-9]+$",
"errorMessage": "Chromosome must be provided and must be a string containing only numbers, with or without the prefix 'chr'",
Expand Down
2 changes: 1 addition & 1 deletion assets/schema_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"items": {
"type": "object",
"properties": {
"chr" : {
"chr": {
"type": "string",
"pattern": "^(chr)?[0-9]+$",
"errorMessage": "Chromosome must be provided and must be a string containing only numbers, with or without the prefix 'chr'",
Expand Down

0 comments on commit 141f493

Please sign in to comment.