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

Release 89 #753

Merged
merged 9 commits into from
Apr 11, 2018
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release 89 (2018-04-11)
-----------------------
Add com.snowplowanalytics.snowplow/ip_lookups/jsonschema/2-0-0 (#744)
Add com.mandrill/recipient_unsubscribed/jsonschema/1-0-1 (#752)
Add com.mandrill/message_soft_bounced/jsonschema/1-0-1 (#751)
Add com.mandrill/message_opened/jsonschema/1-0-1 (#750)
Add com.mandrill/message_marked_as_spam/jsonschema/1-0-1 (#749)
Add com.mandrill/message_delayed/jsonschema/1-0-1 (#748)
Add com.mandrill/message_clicked/jsonschema/1-0-1 (#747)
Add com.mandrill/message_bounced/jsonschema/1-0-1 (#746)

Release 88 (2018-04-01)
-----------------------
Add com.snowplowanalytics.snowplow.storage/postgresql_config/jsonschema/2-0-0 (#739)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
[travis]: https://travis-ci.org/snowplow/iglu-central
[travis-image]: https://travis-ci.org/snowplow/iglu-central.png?branch=master

[release-image]: http://img.shields.io/badge/release-88-orange.svg?style=flat
[release-image]: http://img.shields.io/badge/release-89-orange.svg?style=flat
[releases]: https://github.com/snowplow/iglu-central/releases

[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
Expand Down
111 changes: 111 additions & 0 deletions schemas/com.mandrill/message_bounced/jsonschema/1-0-1
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"description": "Schema for a Mandrill hard bounce event",
"self": {
"vendor": "com.mandrill",
"name": "message_bounced",
"format": "jsonschema",
"version": "1-0-1"
},

"type": "object",
"properties": {
"_id": {
"type": "string"
},
"msg": {
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"_version": {
"type": "string"
},
"bgtools_code": {
"type": "number"
},
"bounce_description": {
"type": "string"
},
"diag": {
"type": "string"
},
"email": {
"type": "string"
},
"metadata": {
"type": "object",
"properties": {
"user_id": {
"type": "number"
}
},
"additionalProperties": true
},
"sender": {
"type": "string"
},
"state": {
"type": "string"
},
"subaccount": {
"type": ["string", "null"]
},
"subject": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"ts": {
"type": "string",
"format": "date-time"
},
"smtp_events": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ts": {
"type": "string",
"format": "date-time"
},
"type": {
"type": "string"
},
"diag": {
"type": "string"
},
"source_ip": {
"type": "string"
},
"destination_ip": {
"type": "string"
},
"size": {
"type": "integer"
}
},
"additionalProperties": true
}
},
"resends": {
"type": "array"
},
"template": {
"type": ["string", "null"]
}
},
"additionalProperties": false
},
"ts": {
"type": "string",
"format": "date-time"
}
},
"additionalProperties": false
}
239 changes: 239 additions & 0 deletions schemas/com.mandrill/message_clicked/jsonschema/1-0-1
Original file line number Diff line number Diff line change
@@ -0,0 +1,239 @@
{
"$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#",
"description": "Schema for a Mandrill message clicked event",
"self": {
"vendor": "com.mandrill",
"name": "message_clicked",
"format": "jsonschema",
"version": "1-0-1"
},

"type": "object",
"properties": {
"_id": {
"type": "string"
},
"ip": {
"type": "string"
},
"location": {
"type": "object",
"properties": {
"city": {
"type": "string"
},
"country_short": {
"type": "string"
},
"country": {
"type": "string"
},
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
},
"postal_code": {
"type": "string"
},
"region": {
"type": "string"
},
"timezone": {
"type": "string"
}
},
"additionalProperties": false
},
"msg": {
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"_version": {
"type": "string"
},
"clicks": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ts": {
"type": "string",
"format": "date-time"
},
"url": {
"type": "string"
},
"ip": {
"type": "string"
},
"location": {
"type": ["string", "null"]
},
"ua": {
"type": "string"
}
},
"additionalProperties": true
}
},
"email": {
"type": "string"
},
"metadata": {
"type": "object",
"properties": {
"user_id": {
"type": "number"
}
},
"additionalProperties": true
},
"opens": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ts": {
"type": "string",
"format": "date-time"
},
"ip": {
"type": "string"
},
"location": {
"type": ["string", "null"]
},
"ua": {
"type": "string"
}
},
"additionalProperties": true
}
},
"sender": {
"type": "string"
},
"state": {
"type": "string"
},
"subaccount": {
"type": ["string", "null"]
},
"subject": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"ts": {
"type": "string",
"format": "date-time"
},
"resends": {
"type": "array"
},
"smtp_events": {
"type": "array",
"items": {
"type": "object",
"properties": {
"ts": {
"type": "string",
"format": "date-time"
},
"type": {
"type": "string"
},
"diag": {
"type": "string"
},
"source_ip": {
"type": "string"
},
"destination_ip": {
"type": "string"
},
"size": {
"type": "integer"
}
},
"additionalProperties": true
}
},
"template": {
"type": ["string", "null"]
}
},
"additionalProperties": false
},
"ts": {
"type": "string",
"format": "date-time"
},
"url": {
"type": "string"
},
"user_agent_parsed": {
"type": "object",
"properties": {
"mobile": {
"type": "boolean"
},
"os_company_url": {
"type": "string"
},
"os_company": {
"type": "string"
},
"os_family": {
"type": "string"
},
"os_icon": {
"type": "string"
},
"os_name": {
"type": "string"
},
"os_url": {
"type": "string"
},
"type": {
"type": "string"
},
"ua_company_url": {
"type": "string"
},
"ua_company": {
"type": "string"
},
"ua_family": {
"type": "string"
},
"ua_icon": {
"type": "string"
},
"ua_name": {
"type": "string"
},
"ua_url": {
"type": "string"
},
"ua_version": {
"type": "string"
}
},
"additionalProperties": false
},
"user_agent": {
"type": "string"
}
},
"additionalProperties": false
}
Loading