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.
2 parents b1d4d64 + 545a6a0 commit 8f65557Copy full SHA for 8f65557
.github/workflows/check.yml
@@ -41,7 +41,7 @@ jobs:
41
runs-on: ubuntu-22.04
42
timeout-minutes: 10
43
env:
44
- CACHE_VERSION: 1 # bump this to run all clients on the CI.
+ CACHE_VERSION: 1.01 # bump this to run all clients on the CI.
45
steps:
46
- name: debugging - dump GitHub context
47
specs/recommend/common/schemas/RecommendationsResponse.yml
@@ -27,7 +27,6 @@ recommendHit:
27
additionalProperties: true
28
required:
29
- objectID
30
- - _score
31
properties:
32
objectID:
33
$ref: '../../../common/parameters.yml#/objectID'
@@ -48,7 +47,6 @@ trendingFacetHit:
48
type: object
49
description: Trending facet hit.
50
51
52
- facetName
53
- facetValue
54
0 commit comments