From 18dfe73751b3eab8280f3b1b6acc70003d5fab48 Mon Sep 17 00:00:00 2001 From: Kai Welke Date: Fri, 30 Aug 2024 13:21:03 +0200 Subject: [PATCH] fix: dont extend $ref --- specs/insights/common/schemas/AddedToCartObjectIDs.yml | 1 - .../insights/common/schemas/AddedToCartObjectIDsAfterSearch.yml | 1 - specs/insights/common/schemas/ClickedFilters.yml | 1 - specs/insights/common/schemas/ClickedObjectIDs.yml | 1 - specs/insights/common/schemas/ClickedObjectIDsAfterSearch.yml | 1 - specs/insights/common/schemas/ConvertedFilters.yml | 1 - specs/insights/common/schemas/ConvertedObjectIDs.yml | 1 - specs/insights/common/schemas/ConvertedObjectIDsAfterSearch.yml | 1 - specs/insights/common/schemas/PurchasedObjectIDs.yml | 1 - specs/insights/common/schemas/PurchasedObjectIDsAfterSearch.yml | 1 - specs/insights/common/schemas/ViewedFilters.yml | 1 - specs/insights/common/schemas/ViewedObjectIDs.yml | 1 - 12 files changed, 12 deletions(-) diff --git a/specs/insights/common/schemas/AddedToCartObjectIDs.yml b/specs/insights/common/schemas/AddedToCartObjectIDs.yml index a9b17f1ce0..582c2cbaaf 100644 --- a/specs/insights/common/schemas/AddedToCartObjectIDs.yml +++ b/specs/insights/common/schemas/AddedToCartObjectIDs.yml @@ -8,7 +8,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Added To Cart eventType: $ref: './ConversionEvent.yml' eventSubtype: diff --git a/specs/insights/common/schemas/AddedToCartObjectIDsAfterSearch.yml b/specs/insights/common/schemas/AddedToCartObjectIDsAfterSearch.yml index ce2612032e..f04bf05909 100644 --- a/specs/insights/common/schemas/AddedToCartObjectIDsAfterSearch.yml +++ b/specs/insights/common/schemas/AddedToCartObjectIDsAfterSearch.yml @@ -7,7 +7,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Added To Cart eventType: $ref: './ConversionEvent.yml' eventSubtype: diff --git a/specs/insights/common/schemas/ClickedFilters.yml b/specs/insights/common/schemas/ClickedFilters.yml index 4b418aa4a0..c0d3b571b1 100644 --- a/specs/insights/common/schemas/ClickedFilters.yml +++ b/specs/insights/common/schemas/ClickedFilters.yml @@ -5,7 +5,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Filter Clicked eventType: $ref: './ClickEvent.yml' index: diff --git a/specs/insights/common/schemas/ClickedObjectIDs.yml b/specs/insights/common/schemas/ClickedObjectIDs.yml index 18ed88a8e5..784e489c9d 100644 --- a/specs/insights/common/schemas/ClickedObjectIDs.yml +++ b/specs/insights/common/schemas/ClickedObjectIDs.yml @@ -9,7 +9,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Clicked eventType: $ref: './ClickEvent.yml' index: diff --git a/specs/insights/common/schemas/ClickedObjectIDsAfterSearch.yml b/specs/insights/common/schemas/ClickedObjectIDsAfterSearch.yml index ce4eb1fb78..75e258b50e 100644 --- a/specs/insights/common/schemas/ClickedObjectIDsAfterSearch.yml +++ b/specs/insights/common/schemas/ClickedObjectIDsAfterSearch.yml @@ -10,7 +10,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Clicked eventType: $ref: './ClickEvent.yml' index: diff --git a/specs/insights/common/schemas/ConvertedFilters.yml b/specs/insights/common/schemas/ConvertedFilters.yml index e5a76d7a74..4a205bb84e 100644 --- a/specs/insights/common/schemas/ConvertedFilters.yml +++ b/specs/insights/common/schemas/ConvertedFilters.yml @@ -4,7 +4,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Filter Converted eventType: $ref: './ConversionEvent.yml' index: diff --git a/specs/insights/common/schemas/ConvertedObjectIDs.yml b/specs/insights/common/schemas/ConvertedObjectIDs.yml index f5100093e5..2f758e2f99 100644 --- a/specs/insights/common/schemas/ConvertedObjectIDs.yml +++ b/specs/insights/common/schemas/ConvertedObjectIDs.yml @@ -9,7 +9,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Converted eventType: $ref: './ConversionEvent.yml' index: diff --git a/specs/insights/common/schemas/ConvertedObjectIDsAfterSearch.yml b/specs/insights/common/schemas/ConvertedObjectIDsAfterSearch.yml index 1f18169265..6768cb4ddd 100644 --- a/specs/insights/common/schemas/ConvertedObjectIDsAfterSearch.yml +++ b/specs/insights/common/schemas/ConvertedObjectIDsAfterSearch.yml @@ -11,7 +11,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Converted eventType: $ref: './ConversionEvent.yml' index: diff --git a/specs/insights/common/schemas/PurchasedObjectIDs.yml b/specs/insights/common/schemas/PurchasedObjectIDs.yml index 2c9f5eafcf..e67c783313 100644 --- a/specs/insights/common/schemas/PurchasedObjectIDs.yml +++ b/specs/insights/common/schemas/PurchasedObjectIDs.yml @@ -8,7 +8,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Purchased eventType: $ref: './ConversionEvent.yml' eventSubtype: diff --git a/specs/insights/common/schemas/PurchasedObjectIDsAfterSearch.yml b/specs/insights/common/schemas/PurchasedObjectIDsAfterSearch.yml index 72baa7bebe..565da190ec 100644 --- a/specs/insights/common/schemas/PurchasedObjectIDsAfterSearch.yml +++ b/specs/insights/common/schemas/PurchasedObjectIDsAfterSearch.yml @@ -7,7 +7,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Purchased eventType: $ref: './ConversionEvent.yml' eventSubtype: diff --git a/specs/insights/common/schemas/ViewedFilters.yml b/specs/insights/common/schemas/ViewedFilters.yml index 5080af9c74..020df5918e 100644 --- a/specs/insights/common/schemas/ViewedFilters.yml +++ b/specs/insights/common/schemas/ViewedFilters.yml @@ -8,7 +8,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Filter Viewed eventType: $ref: './ViewEvent.yml' index: diff --git a/specs/insights/common/schemas/ViewedObjectIDs.yml b/specs/insights/common/schemas/ViewedObjectIDs.yml index eafcf4a189..3e1456c0b5 100644 --- a/specs/insights/common/schemas/ViewedObjectIDs.yml +++ b/specs/insights/common/schemas/ViewedObjectIDs.yml @@ -5,7 +5,6 @@ additionalProperties: false properties: eventName: $ref: './EventAttributes.yml#/eventName' - example: Product Viewed eventType: $ref: './ViewEvent.yml' index: