Skip to content

Commit

Permalink
Clarified valid characters in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau authored Nov 26, 2024
1 parent c4df975 commit 839bc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"type": "string",
"pattern": "^\\S+$",
"meta": ["external_id"],
"errorMessage": "Sample name to be used in report generation. Invalid characters are replaces with underscores."
"errorMessage": "Sample name to be used in report generation. Valid characters include alphanumeric and "-". All other characters will be replaced by underscores."
},
"sample_name": {
"type": "string",
"errorMessage": "Optional. Used to override sample when used in tools like IRIDA-Next. Invalid characters will be replaced with underscores.",
"errorMessage": "Optional. Used to override sample when used in tools like IRIDA-Next. Valid characters include alphanumeric and "-". All other characters will be replaced by underscores.",
"meta": ["id"]
},
"fastq_1": {
Expand Down

0 comments on commit 839bc81

Please sign in to comment.