1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-iterable/source_iterable/schemas/email_open.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

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