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

131 lines
2.9 KiB
JSON

{
"properties": {
"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"
}
}
},
"messageTypeId": {
"type": ["null", "integer"]
},
"transactionalData": {
"type": ["null", "object"],
"properties": {
"inventory": {
"type": ["null", "integer"]
},
"eventName": {
"type": ["null", "string"]
},
"name": {
"type": ["null", "string"]
},
"sku": {
"type": ["null", "string"]
},
"email": {
"type": ["null", "string"]
},
"url": {
"type": ["null", "string"]
},
"description": {
"type": ["null", "string"]
},
"price": {
"type": ["null", "integer"]
},
"product_type": {
"type": ["null", "string"]
},
"compare_at_price": {
"type": ["null", "number"]
},
"id": {
"type": ["null", "string"]
},
"templateId": {
"type": ["null", "integer"]
},
"product_id": {
"type": ["null", "string"]
},
"categories": {
"type": ["null", "array"],
"items": {}
},
"createdAt": {
"type": ["null", "string"],
"format": "date-time"
},
"campaignId": {
"type": ["null", "integer"]
},
"vendor": {
"type": ["null", "string"]
},
"eventUpdatedAt": {
"type": ["null", "string"],
"format": "date-time"
},
"discount": {
"type": ["null", "integer"]
},
"imageUrl": {
"type": ["null", "string"]
},
"itblInternal": {
"type": ["null", "object"],
"properties": {
"documentCreatedAt": {
"type": ["null", "string"],
"format": "date-time"
},
"documentUpdatedAt": {
"type": ["null", "string"],
"format": "date-time"
}
}
},
"handle": {
"type": ["null", "string"]
}
}
},
"contentId": {
"type": ["null", "integer"]
},
"messageId": {
"type": ["null", "string"]
},
"messageBusId": {
"type": ["null", "string"]
},
"templateId": {
"type": ["null", "integer"]
},
"email": {
"type": ["null", "string"]
},
"channelId": {
"type": ["null", "integer"]
}
},
"type": ["null", "object"]
}