changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "_links": {
+ "description": "HAL links",
+ "type": "array"
+ },
+ "archive_url": {
+ "description": "Archive URL",
+ "type": "string"
+ },
+ "create_time": {
+ "description": "ISO date when campaign was created",
+ "type": "string"
+ },
+ "emails_sent": {
+ "description": "Number of emails sent",
+ "type": "number"
+ },
+ "from_name": {
+ "description": "From name",
+ "type": "string"
+ },
+ "id": {
+ "description": "Campaign ID",
+ "type": "string"
+ },
+ "list_id": {
+ "description": "Associated audience/list ID",
+ "type": "string"
+ },
+ "long_archive_url": {
+ "description": "Long archive URL",
+ "type": "string"
+ },
+ "preview_text": {
+ "description": "Preview text",
+ "type": "string"
+ },
+ "reply_to": {
+ "description": "Reply-to email",
+ "type": "string"
+ },
+ "report_summary": {
+ "description": "Performance summary statistics",
+ "type": "object"
+ },
+ "send_time": {
+ "description": "Send time ISO date",
+ "type": "string"
+ },
+ "settings": {
+ "description": "Campaign settings",
+ "type": "object"
+ },
+ "status": {
+ "description": "Campaign status",
+ "type": "string"
+ },
+ "subject_line": {
+ "description": "Email subject line",
+ "type": "string"
+ },
+ "template_id": {
+ "description": "Template ID",
+ "type": "number"
+ },
+ "title": {
+ "description": "Campaign title",
+ "type": "string"
+ },
+ "tracking": {
+ "description": "Tracking configuration",
+ "type": "object"
+ },
+ "type": {
+ "description": "Campaign type",
+ "type": "string"
+ },
+ "web_id": {
+ "description": "Web ID",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}