Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
env:
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.
steps:
- name: debugging - dump GitHub context
env:
Expand Down
2 changes: 0 additions & 2 deletions specs/recommend/common/schemas/RecommendationsResponse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ recommendHit:
additionalProperties: true
required:
- objectID
- _score
properties:
objectID:
$ref: '../../../common/parameters.yml#/objectID'
Expand All @@ -48,7 +47,6 @@ trendingFacetHit:
type: object
description: Trending facet hit.
required:
- _score
- facetName
- facetValue
properties:
Expand Down
Loading