Skip to content

Commit

Permalink
fix(specs): don't extend objects (#3623) (generated) [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Welke <kai.welke@algolia.com>
  • Loading branch information
algolia-bot and kai687 committed Sep 4, 2024
1 parent 1f53716 commit 967a8f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions specs/bundled/insights.doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Clicked
eventType:
$ref: '#/components/schemas/ClickEvent'
index:
Expand Down Expand Up @@ -2356,7 +2355,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Added To Cart
eventType:
$ref: '#/components/schemas/ConversionEvent'
eventSubtype:
Expand Down Expand Up @@ -2409,7 +2407,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Purchased
eventType:
$ref: '#/components/schemas/ConversionEvent'
eventSubtype:
Expand Down Expand Up @@ -2463,7 +2460,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Converted
eventType:
$ref: '#/components/schemas/ConversionEvent'
index:
Expand Down Expand Up @@ -2505,7 +2501,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Clicked
eventType:
$ref: '#/components/schemas/ClickEvent'
index:
Expand Down Expand Up @@ -2564,7 +2559,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Purchased
eventType:
$ref: '#/components/schemas/ConversionEvent'
eventSubtype:
Expand Down Expand Up @@ -2611,7 +2605,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Added To Cart
eventType:
$ref: '#/components/schemas/ConversionEvent'
eventSubtype:
Expand Down Expand Up @@ -2660,7 +2653,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Converted
eventType:
$ref: '#/components/schemas/ConversionEvent'
index:
Expand Down Expand Up @@ -2705,7 +2697,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Filter Clicked
eventType:
$ref: '#/components/schemas/ClickEvent'
index:
Expand Down Expand Up @@ -2734,7 +2725,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Filter Converted
eventType:
$ref: '#/components/schemas/ConversionEvent'
index:
Expand Down Expand Up @@ -2768,7 +2758,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Viewed
eventType:
$ref: '#/components/schemas/ViewEvent'
index:
Expand Down Expand Up @@ -2801,7 +2790,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Filter Viewed
eventType:
$ref: '#/components/schemas/ViewEvent'
index:
Expand Down
12 changes: 0 additions & 12 deletions specs/bundled/insights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Clicked
eventType:
$ref: '#/components/schemas/ClickEvent'
index:
Expand Down Expand Up @@ -1002,7 +1001,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Added To Cart
eventType:
$ref: '#/components/schemas/ConversionEvent'
eventSubtype:
Expand Down Expand Up @@ -1055,7 +1053,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Purchased
eventType:
$ref: '#/components/schemas/ConversionEvent'
eventSubtype:
Expand Down Expand Up @@ -1109,7 +1106,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Converted
eventType:
$ref: '#/components/schemas/ConversionEvent'
index:
Expand Down Expand Up @@ -1151,7 +1147,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Clicked
eventType:
$ref: '#/components/schemas/ClickEvent'
index:
Expand Down Expand Up @@ -1210,7 +1205,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Purchased
eventType:
$ref: '#/components/schemas/ConversionEvent'
eventSubtype:
Expand Down Expand Up @@ -1257,7 +1251,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Added To Cart
eventType:
$ref: '#/components/schemas/ConversionEvent'
eventSubtype:
Expand Down Expand Up @@ -1306,7 +1299,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Converted
eventType:
$ref: '#/components/schemas/ConversionEvent'
index:
Expand Down Expand Up @@ -1351,7 +1343,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Filter Clicked
eventType:
$ref: '#/components/schemas/ClickEvent'
index:
Expand Down Expand Up @@ -1380,7 +1371,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Filter Converted
eventType:
$ref: '#/components/schemas/ConversionEvent'
index:
Expand Down Expand Up @@ -1414,7 +1404,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Product Viewed
eventType:
$ref: '#/components/schemas/ViewEvent'
index:
Expand Down Expand Up @@ -1447,7 +1436,6 @@ components:
properties:
eventName:
$ref: '#/components/schemas/eventName'
example: Filter Viewed
eventType:
$ref: '#/components/schemas/ViewEvent'
index:
Expand Down

0 comments on commit 967a8f1

Please sign in to comment.