Skip to content

Commit

Permalink
Add maxItems:10 for SearchLogQuery
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
  • Loading branch information
priyawadhwa committed Aug 29, 2022
1 parent 36dfbda commit 5499a35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi.yaml
Expand Up @@ -522,10 +522,12 @@ definitions:
items:
type: string
minItems: 1
maxItems: 10
pattern: '^([0-9a-fA-F]{64}|[0-9a-fA-F]{80})$'
logIndexes:
type: array
minItems: 1
maxItems: 10
items:
type: integer
minimum: 0
Expand All @@ -534,6 +536,7 @@ definitions:
items:
$ref: '#/definitions/ProposedEntry'
minItems: 1
maxItems: 10

LogInfo:
type: object
Expand Down

0 comments on commit 5499a35

Please sign in to comment.