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.
hits
1 parent 7650e52 commit 6d524a6Copy full SHA for 6d524a6
specs/search/common/schemas/SearchResponse.yml
@@ -26,12 +26,13 @@ searchHits:
26
type: array
27
items:
28
$ref: 'Hit.yml#/hit'
29
+ required:
30
+ - hits
31
32
baseSearchResponse:
33
type: object
34
additionalProperties: false
35
required:
- - hits
36
- nbHits
37
- page
38
- nbPages
@@ -70,7 +71,7 @@ baseSearchResponse:
70
71
additionalProperties:
72
73
- type: string
74
+ type: integer
75
description: A mapping of each facet name to the corresponding facet counts.
76
example:
77
category:
0 commit comments