* Source Iterable: support full_refresh/incremental sync (#2412) Co-authored-by: ykurochkin <y.kurochkin@zazmic.com> Co-authored-by: Sherif Nada <snadalive@gmail.com>
53 lines
1.0 KiB
JSON
53 lines
1.0 KiB
JSON
{
|
|
"properties": {
|
|
"country": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"createdAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"city": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"campaignId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"itblInternal": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"documentCreatedAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"documentUpdatedAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
}
|
|
}
|
|
},
|
|
"ip": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"userAgentDevice": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"messageId": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"userAgent": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"templateId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"region": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"email": {
|
|
"type": ["null", "string"]
|
|
}
|
|
},
|
|
"type": ["null", "object"]
|
|
}
|