From 5499a35507953d16b3322ff0c3dafc4623c1fb49 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Mon, 29 Aug 2022 12:03:40 -0400 Subject: [PATCH] Add maxItems:10 for SearchLogQuery Signed-off-by: Priya Wadhwa --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 0946c93fb..d57aaab62 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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 @@ -534,6 +536,7 @@ definitions: items: $ref: '#/definitions/ProposedEntry' minItems: 1 + maxItems: 10 LogInfo: type: object