We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2f409 commit 996ba50Copy full SHA for 996ba50
.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.10 # bump this to run all clients on the CI.
+ CACHE_VERSION: 1.11 # bump this to run all clients on the CI.
45
steps:
46
- name: debugging - dump GitHub context
47
specs/recommend/common/schemas/RecommendationsRequest.yml
@@ -5,7 +5,6 @@ recommendationsRequest:
5
- $ref: './TrendingItemsQuery.yml#/trendingItemsQuery'
6
- $ref: './TrendingFacetsQuery.yml#/trendingFacetsQuery'
7
- $ref: './LookingSimilarQuery.yml#/lookingSimilarQuery'
8
- - $ref: './RecommendedForYouQuery.yml#/recommendedForYouQuery'
9
10
baseRecommendRequest:
11
type: object
specs/recommend/common/schemas/RecommendedForYouQuery.yml
0 commit comments