changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "_links": {
+ "description": "HAL links",
+ "type": "array"
+ },
+ "beamer_address": {
+ "description": "Beamer address",
+ "type": "string"
+ },
+ "campaign_defaults": {
+ "description": "Default campaign settings",
+ "properties": {
+ "from_email": {
+ "description": "Default from email",
+ "type": "string"
+ },
+ "from_name": {
+ "description": "Default from name",
+ "type": "string"
+ },
+ "language": {
+ "description": "Default language",
+ "type": "string"
+ },
+ "subject": {
+ "description": "Default subject",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "contact": {
+ "description": "Contact information",
+ "properties": {
+ "address1": {
+ "description": "Address line 1",
+ "type": "string"
+ },
+ "address2": {
+ "description": "Address line 2",
+ "type": "string"
+ },
+ "city": {
+ "description": "City",
+ "type": "string"
+ },
+ "company": {
+ "description": "Company name",
+ "type": "string"
+ },
+ "country": {
+ "description": "Country",
+ "type": "string"
+ },
+ "phone": {
+ "description": "Phone number",
+ "type": "string"
+ },
+ "state": {
+ "description": "State/province",
+ "type": "string"
+ },
+ "zip": {
+ "description": "Postal code",
+ "type": "string"
+ }
+ },
+ "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"
+}