* Source Iterable: support full_refresh/incremental sync (#2412) Co-authored-by: ykurochkin <y.kurochkin@zazmic.com> Co-authored-by: Sherif Nada <snadalive@gmail.com>
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"properties": {
|
|
"unsubSource": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"createdAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"campaignId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"itblInternal": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"documentCreatedAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"documentUpdatedAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
}
|
|
}
|
|
},
|
|
"emailListId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"emailListIds": {
|
|
"type": ["null", "array"],
|
|
"items": {}
|
|
},
|
|
"workflowId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"messageId": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"templateId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"channelIds": {
|
|
"type": ["null", "array"],
|
|
"items": {}
|
|
},
|
|
"email": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"channelId": {
|
|
"type": ["null", "integer"]
|
|
}
|
|
},
|
|
"type": ["null", "object"]
|
|
}
|