changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "_links": {
+ "description": "HAL links",
+ "type": "array"
+ },
+ "constraints": {
+ "description": "API constraints",
+ "type": "object"
+ },
+ "lists": {
+ "description": "Array of audiences",
+ "items": {
+ "properties": {
+ "_links": {
+ "description": "HAL links",
+ "type": "array"
+ },
+ "beamer_address": {
+ "description": "Beamer address",
+ "type": "string"
+ },
+ "campaign_defaults": {
+ "description": "Default campaign settings",
+ "type": "object"
+ },
+ "contact": {
+ "description": "Contact information",
+ "type": "object"
+ },
+ "date_created": {
+ "description": "ISO date when audience was created",
+ "type": "string"
+ },
+ "double_optin": {
+ "description": "Double opt-in enabled",
+ "type": "boolean"
+ },
+ "email_type_option": {
+ "description": "Email type option enabled",
+ "type": "boolean"
+ },
+ "has_welcome": {
+ "description": "Welcome automation enabled",
+ "type": "boolean"
+ },
+ "id": {
+ "description": "Audience/list ID",
+ "type": "string"
+ },
+ "list_rating": {
+ "description": "List rating/reputation score",
+ "type": "number"
+ },
+ "marketing_permissions": {
+ "description": "Marketing permissions enabled",
+ "type": "boolean"
+ },
+ "modules": {
+ "description": "Enabled modules",
+ "type": "array"
+ },
+ "name": {
+ "description": "Audience name",
+ "type": "string"
+ },
+ "notify_on_subscribe": {
+ "description": "Notification email on subscribe",
+ "type": "string"
+ },
+ "notify_on_unsubscribe": {
+ "description": "Notification email on unsubscribe",
+ "type": "string"
+ },
+ "permission_reminder": {
+ "description": "Permission reminder text",
+ "type": "string"
+ },
+ "stats": {
+ "description": "Audience statistics",
+ "properties": {
+ "avg_open_rate": {
+ "description": "Average open rate",
+ "type": "number"
+ },
+ "avg_sub_rate": {
+ "description": "Average subscription rate",
+ "type": "number"
+ },
+ "avg_unsub_rate": {
+ "description": "Average unsubscription rate",
+ "type": "number"
+ },
+ "campaign_count": {
+ "description": "Campaign count",
+ "type": "number"
+ },
+ "campaign_last_sent": {
+ "description": "Last campaign send date",
+ "type": "string"
+ },
+ "cleaned_count": {
+ "description": "Cleaned/bounced count",
+ "type": "number"
+ },
+ "click_rate": {
+ "description": "Average click rate",
+ "type": "number"
+ },
+ "member_count": {
+ "description": "Total member count",
+ "type": "number"
+ },
+ "merge_field_count": {
+ "description": "Merge field count",
+ "type": "number"
+ },
+ "total_contacts": {
+ "description": "Total contacts",
+ "type": "number"
+ },
+ "unsubscribe_count": {
+ "description": "Unsubscribed count",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "subscribe_url_long": {
+ "description": "Long subscribe URL",
+ "type": "string"
+ },
+ "subscribe_url_short": {
+ "description": "Short subscribe URL",
+ "type": "string"
+ },
+ "use_archive_bar": {
+ "description": "Use archive bar",
+ "type": "boolean"
+ },
+ "visibility": {
+ "description": "Visibility setting",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_items": {
+ "description": "Total number of audiences",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}