Skip to content

Commit e1c52e1

Browse files
committed
allow integer sample names
Validation of file failed: -> Entry 1: Error for field 'sample' (298098): Sample name must be provided and cannot contain spaces
1 parent 0bb032c commit e1c52e1

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": "object",
99
"properties": {
1010
"sample": {
11-
"type": "string",
11+
"type": ["string", "integer"],
1212
"pattern": "^\\S+$",
1313
"errorMessage": "Sample name must be provided and cannot contain spaces",
1414
"meta": ["id"]

0 commit comments

Comments
 (0)