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 65ef838 commit ce56b4dCopy full SHA for ce56b4d
openapi/dali-maxrec.yaml
@@ -4,3 +4,5 @@ description: request a specific limit on number of rows to return
4
schema:
5
type: integer
6
format: int64
7
+ minimum: 0
8
+ exclusiveMinimum: false
openapi/dali-upload.yaml
@@ -5,3 +5,6 @@ description: |
uploaded and used in the request
type: string
+ # {table name},{location}
9
+ # pattern is {1+ word characters},{1+ non-whitespace characters}
10
+ pattern: '^\w+,\S+$'
0 commit comments