-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add com.snowplowanalytics.snowplow/ip_lookups/jsonschema/2-0-0 #745
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Also, adding maxLength
s to strings can be useful (e.g. 128
or 256
look like a reasonable upper bound for vendor
and name
).
"enum": ["GeoIP2-ISP.mmdb"] | ||
}, | ||
"uri": { | ||
"type": "string" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be format: uri
.
"enum": ["GeoLite2-City.mmdb", "GeoIP2-City.mmdb"] | ||
}, | ||
"uri": { | ||
"type": "string" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be format: uri
.
Scheduled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've reviewed diff 1-0-0 2-0-0
and it looks fine to me. We are forcing the new .mmdb
files in the 2-0-0, GeoIPOrg.dat
seems to have been end-of-lifed and GeoIP2-Connection-Type.mmdb
has replaced the two NetSpeed*
databases. Approved.
@BenFradet - please put together the complete PR for R89. Ping @chuwy if anything is unclear. |
incorporated into #753 |
No description provided.