mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore: NODE-2585 - Generate Schema Files (no-changelog) (#14058)
This commit is contained in:
@@ -4,64 +4,49 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"from_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"reply_to": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"title"
|
||||
]
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tracking": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"opens": {
|
||||
"type": "boolean"
|
||||
"clicktale": {
|
||||
"type": "string"
|
||||
},
|
||||
"html_clicks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"text_clicks": {
|
||||
"ecomm360": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"goal_tracking": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ecomm360": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"google_analytics": {
|
||||
"type": "string"
|
||||
},
|
||||
"clicktale": {
|
||||
"type": "string"
|
||||
"html_clicks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"opens": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"text_clicks": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"opens",
|
||||
"html_clicks",
|
||||
"text_clicks",
|
||||
"goal_tracking",
|
||||
"ecomm360",
|
||||
"google_analytics",
|
||||
"clicktale"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"settings"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,42 +1,88 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_id": {
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_id": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -48,67 +94,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ip_signup": {
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_signup": {
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"latitude",
|
||||
"longitude",
|
||||
"gmtoff",
|
||||
"dstoff",
|
||||
"country_code",
|
||||
"timezone",
|
||||
"region"
|
||||
]
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
@@ -121,43 +120,26 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"list_id": {
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"rel",
|
||||
"href",
|
||||
"method"
|
||||
]
|
||||
}
|
||||
"timestamp_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -1,42 +1,88 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_id": {
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_id": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -51,67 +97,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ip_signup": {
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_signup": {
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"latitude",
|
||||
"longitude",
|
||||
"gmtoff",
|
||||
"dstoff",
|
||||
"country_code",
|
||||
"timezone",
|
||||
"region"
|
||||
]
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
@@ -124,43 +123,26 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"list_id": {
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"rel",
|
||||
"href",
|
||||
"method"
|
||||
]
|
||||
}
|
||||
"timestamp_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
@@ -1,42 +1,88 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_id": {
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_id": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -49,73 +95,22 @@
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"FNAME",
|
||||
"LNAME"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ip_signup": {
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_signup": {
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"latitude",
|
||||
"longitude",
|
||||
"gmtoff",
|
||||
"dstoff",
|
||||
"country_code",
|
||||
"timezone",
|
||||
"region"
|
||||
]
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
@@ -125,75 +120,27 @@
|
||||
"id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"list_id": {
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"rel",
|
||||
"href",
|
||||
"method"
|
||||
]
|
||||
}
|
||||
"timestamp_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"email_address",
|
||||
"unique_email_id",
|
||||
"contact_id",
|
||||
"full_name",
|
||||
"web_id",
|
||||
"email_type",
|
||||
"status",
|
||||
"consents_to_one_to_one_messaging",
|
||||
"sms_phone_number",
|
||||
"sms_subscription_status",
|
||||
"sms_subscription_last_updated",
|
||||
"merge_fields",
|
||||
"stats",
|
||||
"ip_signup",
|
||||
"timestamp_signup",
|
||||
"ip_opt",
|
||||
"timestamp_opt",
|
||||
"member_rating",
|
||||
"last_changed",
|
||||
"language",
|
||||
"vip",
|
||||
"email_client",
|
||||
"location",
|
||||
"source",
|
||||
"tags_count",
|
||||
"tags",
|
||||
"list_id",
|
||||
"_links"
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
||||
@@ -1,45 +1,94 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"contact_id": {
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"web_id": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"merge_fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BIRTHDAY": {
|
||||
"type": "string"
|
||||
},
|
||||
"FNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -48,73 +97,23 @@
|
||||
},
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
},
|
||||
"BIRTHDAY": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ip_signup": {
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_signup": {
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"latitude",
|
||||
"longitude",
|
||||
"gmtoff",
|
||||
"dstoff",
|
||||
"country_code",
|
||||
"timezone",
|
||||
"region"
|
||||
]
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
@@ -127,43 +126,26 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"list_id": {
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"rel",
|
||||
"href",
|
||||
"method"
|
||||
]
|
||||
}
|
||||
"timestamp_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
Reference in New Issue
Block a user