1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-sendgrid/source_sendgrid/schemas/stats_automations.json
2020-11-23 11:07:16 -08:00

57 lines
1.1 KiB
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"stats": {
"type": "object",
"properties": {
"bounce_drops": {
"type": "integer"
},
"bounces": {
"type": "integer"
},
"clicks": {
"type": "integer"
},
"delivered": {
"type": "integer"
},
"invalid_emails": {
"type": "integer"
},
"opens": {
"type": "integer"
},
"requests": {
"type": "integer"
},
"spam_report_drops": {
"type": "integer"
},
"spam_reports": {
"type": "integer"
},
"unique_clicks": {
"type": "integer"
},
"unique_opens": {
"type": "integer"
},
"unsubscribes": {
"type": "integer"
}
}
},
"aggregation": {
"type": "string"
},
"step_id": {
"type": "string"
}
}
}