We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb032c commit e1c52e1Copy full SHA for e1c52e1
assets/schema_input.json
@@ -8,7 +8,7 @@
8
"type": "object",
9
"properties": {
10
"sample": {
11
- "type": "string",
+ "type": ["string", "integer"],
12
"pattern": "^\\S+$",
13
"errorMessage": "Sample name must be provided and cannot contain spaces",
14
"meta": ["id"]
0 commit comments