Skip to content

Commit

Permalink
MSRCH-4785: Update the storefront collector with CCDM concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
NadiyaS committed Dec 6, 2024
1 parent d2273a9 commit be4654a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions examples/events/snowplow-debugger/storefront-instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@
"maxLength": 16
},
"locale": {
"type": [
"string",
"null"
],
"type": "string",
"maxLength": 16
},
"storefrontTemplate": {
Expand All @@ -96,7 +93,7 @@
"vendor": "com.adobe.magento.entity",
"name": "storefront-instance",
"format": "jsonschema",
"version": "3-0-1"
"version": "3-0-2"
},
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#"
}
2 changes: 1 addition & 1 deletion packages/storefront-events-collector/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const schemas = {
SEARCH_RESULT_SUGGESTION_SCHEMA_URL: "iglu:com.adobe.magento.entity/search-result-suggestion/jsonschema/1-0-1",
SHOPPING_CART_SCHEMA_URL: "iglu:com.adobe.magento.entity/shopping-cart/jsonschema/3-0-0",
SHOPPER_SCHEMA_URL: "iglu:com.adobe.magento.entity/shopper/jsonschema/1-0-0",
STOREFRONT_INSTANCE_SCHEMA_URL: "iglu:com.adobe.magento.entity/storefront-instance/jsonschema/3-0-1",
STOREFRONT_INSTANCE_SCHEMA_URL: "iglu:com.adobe.magento.entity/storefront-instance/jsonschema/3-0-2",
};

export default schemas;

0 comments on commit be4654a

Please # to comment.