From 839bc816b0dc573d8d2a709e98a38fe4f78d3483 Mon Sep 17 00:00:00 2001 From: Aaron Petkau Date: Tue, 26 Nov 2024 10:30:17 -0600 Subject: [PATCH] Clarified valid characters in error message. --- assets/schema_input.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/schema_input.json b/assets/schema_input.json index 39a3c83..a132232 100644 --- a/assets/schema_input.json +++ b/assets/schema_input.json @@ -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": {