1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-iterable/source_iterable/schemas/channels.json
Yevhenii f8286e4da3 🎉 New Source: Iterable (#2895)
* Source Iterable: support full_refresh/incremental sync (#2412)

Co-authored-by: ykurochkin <y.kurochkin@zazmic.com>
Co-authored-by: Sherif Nada <snadalive@gmail.com>
2021-04-20 16:21:17 +03:00

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"]
}