Skip to content

Commit 118d6e9

Browse files
committed
Updated contexts schema to 1-0-1 (closes #292)
1 parent 7d5ed92 commit 118d6e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/lib/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function trackerCore(base64, callback) {
7070
function completeContexts(contexts) {
7171
if (contexts && contexts.length) {
7272
return {
73-
schema: 'iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-0',
73+
schema: 'iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-1',
7474
data: contexts
7575
};
7676
}

core/tests/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ define([
486486
url: url,
487487
page: page,
488488
co: JSON.stringify({
489-
schema: 'iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-0',
489+
schema: 'iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-1',
490490
data: inputContext
491491
})
492492
};

0 commit comments

Comments
 (0)