Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use only version for _schema_version context field, instead of full… #134

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

pondzix
Copy link
Contributor

@pondzix pondzix commented Jan 10, 2024

… iglu key

So for each context, instead of using value like:
"_schema_version" : "iglu:com.snowplowanalytics.snowplow/ua_parser_context/jsonschema/1-0-0",

use just version like:
"_schema_version" : "1-0-0"

because schema vendor and name details are already there in contexts_com_snowplowanalytics_snowplow_ua_parser_context_1 field name

@pondzix pondzix merged commit e0075f7 into develop Jan 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants