diff --git a/examples/events/snowplow-debugger/storefront-instance.json b/examples/events/snowplow-debugger/storefront-instance.json index 3ed4492..6247fb1 100644 --- a/examples/events/snowplow-debugger/storefront-instance.json +++ b/examples/events/snowplow-debugger/storefront-instance.json @@ -66,10 +66,7 @@ "maxLength": 16 }, "locale": { - "type": [ - "string", - "null" - ], + "type": "string", "maxLength": 16 }, "storefrontTemplate": { @@ -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#" } diff --git a/packages/storefront-events-collector/src/schemas.ts b/packages/storefront-events-collector/src/schemas.ts index af5aad8..0acaa13 100644 --- a/packages/storefront-events-collector/src/schemas.ts +++ b/packages/storefront-events-collector/src/schemas.ts @@ -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;