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 ce56b4d commit 8223a6bCopy full SHA for 8223a6b
openapi/dali-upload.yaml
@@ -7,4 +7,4 @@ schema:
7
type: string
8
# {table name},{location}
9
# pattern is {1+ word characters},{1+ non-whitespace characters}
10
- pattern: '^\w+,\S+$'
+ pattern: '^[a-zA-Z]\w*,\S+$'
0 commit comments