pull:初次提交

This commit is contained in:
Yep_Q
2025-09-08 04:48:28 +08:00
parent 5c0619656d
commit f64f498365
11751 changed files with 1953723 additions and 0 deletions

View File

@@ -0,0 +1,66 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"sent": {
"type": "integer"
},
"opened": {
"type": "integer"
},
"clicked": {
"type": "integer"
},
"type": {
"type": "string"
},
"country_id": {
"type": "string"
},
"signup_ip": {
"type": "null"
},
"signup_timestamp": {
"type": "null"
},
"fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"key",
"value",
"type"
]
}
},
"date_unsubscribe": {
"type": "null"
},
"date_created": {
"type": "string"
},
"date_updated": {
"type": "string"
}
}
}

View File

@@ -0,0 +1,93 @@
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"sent": {
"type": "integer"
},
"opened": {
"type": "integer"
},
"clicked": {
"type": "integer"
},
"type": {
"type": "string"
},
"country_id": {
"type": "string"
},
"signup_ip": {
"type": "null"
},
"signup_timestamp": {
"type": "null"
},
"confirmation_ip": {
"type": "null"
},
"confirmation_timestamp": {
"type": "null"
},
"fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"key",
"value",
"type"
]
}
},
"date_subscribe": {
"type": "string"
},
"date_created": {
"type": "string"
},
"date_updated": {
"type": "string"
}
},
"required": [
"id",
"name",
"email",
"sent",
"opened",
"opened_rate",
"clicked",
"clicked_rate",
"type",
"country_id",
"signup_ip",
"signup_timestamp",
"confirmation_ip",
"confirmation_timestamp",
"fields",
"date_subscribe",
"date_unsubscribe",
"date_created",
"date_updated"
]
}

View File

@@ -0,0 +1,119 @@
{
"type": "object",
"properties": {
"clicks_count": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"email": {
"type": "string"
},
"fields": {
"type": "object",
"properties": {
"city": {
"type": "null"
},
"country": {
"type": "null"
},
"state": {
"type": "null"
},
"z_i_p": {
"type": "null"
}
}
},
"groups": {
"type": "array",
"items": {
"type": "object",
"properties": {
"active_count": {
"type": "integer"
},
"bounced_count": {
"type": "integer"
},
"click_rate": {
"type": "object",
"properties": {
"string": {
"type": "string"
}
}
},
"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"
},
"unsubscribed_count": {
"type": "integer"
}
}
}
},
"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
}