* Source Iterable: support full_refresh/incremental sync (#2412) Co-authored-by: ykurochkin <y.kurochkin@zazmic.com> Co-authored-by: Sherif Nada <snadalive@gmail.com>
18 lines
285 B
JSON
18 lines
285 B
JSON
{
|
|
"properties": {
|
|
"id": {
|
|
"type": ["null", "number"]
|
|
},
|
|
"name": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"channelType": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"messageMedium": {
|
|
"type": ["null", "string"]
|
|
}
|
|
},
|
|
"type": ["null", "object"]
|
|
}
|