{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MarketingReport", "title": "MarketingReport", "properties": { "abuse_reports": { "type": "number" }, "campaign_id": { "type": "string" }, "click_rate": { "type": "number" }, "clicks_total": { "type": "number" }, "emails_sent": { "type": "number" }, "end_at": { "format": "date-time", "type": "string" }, "forwards_count": { "type": "number" }, "forwards_opens": { "type": "number" }, "hard_bounces": { "type": "number" }, "id": { "type": "string" }, "last_click_at": { "format": "date-time", "type": "string" }, "last_open_at": { "format": "date-time", "type": "string" }, "links": { "$ref": "#/components/schemas/property_MarketingReport_links" }, "list_id": { "type": "string" }, "open_rate": { "type": "number" }, "opens_total": { "type": "number" }, "raw": { "additionalProperties": true, "type": "object" }, "sent_at": { "format": "date-time", "type": "string" }, "soft_bounces": { "type": "number" }, "start_at": { "format": "date-time", "type": "string" }, "syntax_errors": { "type": "number" }, "unique_clicks": { "type": "number" }, "unique_opens": { "type": "number" }, "unique_subscriber_clicks": { "type": "number" }, "unsubscribed": { "type": "number" } }, "type": "object" }