Skip to content

Commit d28c1ac

Browse files
committed
Added paginationDepth to HybridQuery
Signed-off-by: Wonjae Lee <[email protected]>
1 parent 7be2584 commit d28c1ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/schemas/_common.query_dsl.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,9 @@ components:
868868
type: array
869869
items:
870870
$ref: '#/components/schemas/QueryContainer'
871-
IdsQuery:
871+
pagination_depth:
872+
type: integer
873+
format: int32
872874
allOf:
873875
- $ref: '#/components/schemas/QueryBase'
874876
- type: object

0 commit comments

Comments
 (0)