Skip to content

Commit

Permalink
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.1…
Browse files Browse the repository at this point in the history
…6 (generated)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
algolia-bot and renovate[bot] committed Jan 6, 2025
1 parent fc6a4bc commit 365faba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions docs/bundled/personalization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2171,7 +2171,7 @@ components:
- click
- conversion
- view
eventScoring:
eventsScoring:
type: object
additionalProperties: false
required:
Expand All @@ -2186,7 +2186,7 @@ components:
description: Event name.
eventType:
$ref: '#/components/schemas/EventType'
facetScoring:
facetsScoring:
type: object
additionalProperties: false
required:
Expand All @@ -2202,11 +2202,11 @@ components:
type: object
additionalProperties: false
required:
- eventScoring
- facetScoring
- eventsScoring
- facetsScoring
- personalizationImpact
properties:
eventScoring:
eventsScoring:
type: array
description: >
Scores associated with each event.
Expand All @@ -2215,8 +2215,8 @@ components:
The higher the scores, the higher the impact of those events on the
personalization of search results.
items:
$ref: '#/components/schemas/eventScoring'
facetScoring:
$ref: '#/components/schemas/eventsScoring'
facetsScoring:
type: array
description: >
Scores associated with each facet.
Expand All @@ -2225,7 +2225,7 @@ components:
The higher the scores, the higher the impact of those events on the
personalization of search results.
items:
$ref: '#/components/schemas/facetScoring'
$ref: '#/components/schemas/facetsScoring'
personalizationImpact:
type: integer
minimum: 0
Expand Down
16 changes: 8 additions & 8 deletions specs/bundled/personalization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ components:
- click
- conversion
- view
eventScoring:
eventsScoring:
type: object
additionalProperties: false
required:
Expand All @@ -481,7 +481,7 @@ components:
description: Event name.
eventType:
$ref: '#/components/schemas/EventType'
facetScoring:
facetsScoring:
type: object
additionalProperties: false
required:
Expand All @@ -497,11 +497,11 @@ components:
type: object
additionalProperties: false
required:
- eventScoring
- facetScoring
- eventsScoring
- facetsScoring
- personalizationImpact
properties:
eventScoring:
eventsScoring:
type: array
description: >
Scores associated with each event.
Expand All @@ -510,8 +510,8 @@ components:
The higher the scores, the higher the impact of those events on the
personalization of search results.
items:
$ref: '#/components/schemas/eventScoring'
facetScoring:
$ref: '#/components/schemas/eventsScoring'
facetsScoring:
type: array
description: >
Scores associated with each facet.
Expand All @@ -520,7 +520,7 @@ components:
The higher the scores, the higher the impact of those events on the
personalization of search results.
items:
$ref: '#/components/schemas/facetScoring'
$ref: '#/components/schemas/facetsScoring'
personalizationImpact:
type: integer
minimum: 0
Expand Down

0 comments on commit 365faba

Please sign in to comment.