changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "_links": {
+ "description": "HAL links",
+ "type": "array"
+ },
+ "list_id": {
+ "description": "Associated audience/list ID",
+ "type": "string"
+ },
+ "members": {
+ "description": "Array of audience members",
+ "items": {
+ "properties": {
+ "_links": {
+ "description": "HAL links",
+ "type": "array"
+ },
+ "email_address": {
+ "description": "Email address",
+ "type": "string"
+ },
+ "email_client": {
+ "description": "Email client used",
+ "type": "string"
+ },
+ "email_type": {
+ "description": "Email type (html or text)",
+ "type": "string"
+ },
+ "id": {
+ "description": "Member ID",
+ "type": "string"
+ },
+ "interests": {
+ "description": "Interest category selections",
+ "type": "object"
+ },
+ "ip_opt": {
+ "description": "IP address for last opt-in",
+ "type": "string"
+ },
+ "ip_signup": {
+ "description": "IP address signup came from",
+ "type": "string"
+ },
+ "language": {
+ "description": "Language preference",
+ "type": "string"
+ },
+ "last_changed": {
+ "description": "Last changed timestamp ISO date",
+ "type": "string"
+ },
+ "last_note": {
+ "description": "Last note on member",
+ "type": "object"
+ },
+ "location": {
+ "description": "Location data",
+ "type": "object"
+ },
+ "member_rating": {
+ "description": "Member engagement rating",
+ "type": "number"
+ },
+ "merge_fields": {
+ "description": "Custom merge field values",
+ "type": "object"
+ },
+ "stats": {
+ "description": "Member engagement stats",
+ "properties": {
+ "avg_click_rate": {
+ "description": "Average click rate",
+ "type": "number"
+ },
+ "avg_open_rate": {
+ "description": "Average open rate",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "status": {
+ "description": "Subscription status",
+ "enum": [
+ "subscribed",
+ "unsubscribed",
+ "cleaned",
+ "pending",
+ "transactional"
+ ],
+ "type": "string"
+ },
+ "timestamp_opt": {
+ "description": "Last opt-in timestamp ISO date",
+ "type": "string"
+ },
+ "timestamp_signup": {
+ "description": "Signup timestamp ISO date",
+ "type": "string"
+ },
+ "unique_email_id": {
+ "description": "Unique email ID",
+ "type": "string"
+ },
+ "vip": {
+ "description": "VIP member flag",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_items": {
+ "description": "Total number of members",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}