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:
@@ -1,46 +1,22 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"clicks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"sent": {
|
||||
"type": "integer"
|
||||
},
|
||||
"opens_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"clicks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"subscribed_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"unsubscribed_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country": {
|
||||
"city": {
|
||||
"type": "null"
|
||||
},
|
||||
"city": {
|
||||
"country": {
|
||||
"type": "null"
|
||||
},
|
||||
"state": {
|
||||
@@ -49,51 +25,17 @@
|
||||
"z_i_p": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"last_name",
|
||||
"company",
|
||||
"country",
|
||||
"city",
|
||||
"phone",
|
||||
"state",
|
||||
"z_i_p"
|
||||
]
|
||||
}
|
||||
},
|
||||
"groups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"active_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"sent_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"opens_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"open_rate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"string": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"float",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
"clicks_count": {
|
||||
"bounced_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"click_rate": {
|
||||
@@ -102,50 +44,75 @@
|
||||
"string": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"float",
|
||||
"string"
|
||||
]
|
||||
}
|
||||
},
|
||||
"unsubscribed_count": {
|
||||
"clicks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"junk_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"open_rate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"string": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opens_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"sent_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"unconfirmed_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"bounced_count": {
|
||||
"unsubscribed_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"junk_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"active_count",
|
||||
"sent_count",
|
||||
"opens_count",
|
||||
"open_rate",
|
||||
"clicks_count",
|
||||
"click_rate",
|
||||
"unsubscribed_count",
|
||||
"unconfirmed_count",
|
||||
"bounced_count",
|
||||
"junk_count",
|
||||
"created_at"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"opens_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"opted_in_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"optin_ip": {
|
||||
"type": "null"
|
||||
},
|
||||
"sent": {
|
||||
"type": "integer"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribed_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"unsubscribed_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
|
||||
Reference in New Issue
Block a user