Skip to content

Commit 8f65557

Browse files
authored
Merge 545a6a0 into b1d4d64
2 parents b1d4d64 + 545a6a0 commit 8f65557

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-22.04
4242
timeout-minutes: 10
4343
env:
44-
CACHE_VERSION: 1 # bump this to run all clients on the CI.
44+
CACHE_VERSION: 1.01 # bump this to run all clients on the CI.
4545
steps:
4646
- name: debugging - dump GitHub context
4747
env:

specs/recommend/common/schemas/RecommendationsResponse.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ recommendHit:
2727
additionalProperties: true
2828
required:
2929
- objectID
30-
- _score
3130
properties:
3231
objectID:
3332
$ref: '../../../common/parameters.yml#/objectID'
@@ -48,7 +47,6 @@ trendingFacetHit:
4847
type: object
4948
description: Trending facet hit.
5049
required:
51-
- _score
5250
- facetName
5351
- facetValue
5452
properties:

0 commit comments

Comments
 (0)