Skip to content

Commit

Permalink
fixed schema_input.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daisymut committed Nov 25, 2024
1 parent 3bec73d commit f371824
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 @@ -31,13 +31,13 @@
"type": "string",
"pattern": "^\\S+$",
"errorMessage": "experimentalID must be provided and cannot contain spaces",
"meta": ["id"]
"meta": ["experimentalID"]
},
"fraction": {
"type": "string",
"pattern": "^\\S+$",
"errorMessage": "fraction must be provided and cannot contain spaces",
"meta": ["id"]
"meta": ["fraction"]
}
},
"required": ["sample", "fastq_1", "experimentalID", "fraction"]
Expand Down

0 comments on commit f371824

Please sign in to comment.