From a0d7e006bc83b4db23688a0bfc3ad974fc4be226 Mon Sep 17 00:00:00 2001 From: Ankit Siva Date: Wed, 7 Aug 2024 09:34:51 -0700 Subject: [PATCH] fix[event.schema.json]: remove click_through --- schema/1.0.0/event.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/1.0.0/event.schema.json b/schema/1.0.0/event.schema.json index e6e89cb..2b71b24 100644 --- a/schema/1.0.0/event.schema.json +++ b/schema/1.0.0/event.schema.json @@ -22,7 +22,7 @@ { "type": "string", "maxLength": 100, - "enum": ["click_through", "add_to_cart", "click", "watch", "view", "purchase"] + "enum": ["add_to_cart", "click", "watch", "view", "purchase"] }, { "type": "string",