We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5ed92 commit 118d6e9Copy full SHA for 118d6e9
core/lib/core.js
@@ -70,7 +70,7 @@ function trackerCore(base64, callback) {
70
function completeContexts(contexts) {
71
if (contexts && contexts.length) {
72
return {
73
- schema: 'iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-0',
+ schema: 'iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-1',
74
data: contexts
75
};
76
}
core/tests/core.js
@@ -486,7 +486,7 @@ define([
486
url: url,
487
page: page,
488
co: JSON.stringify({
489
490
data: inputContext
491
})
492
0 commit comments