1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-iterable/source_iterable/schemas/campaigns.json
Yaroslav Dudar ff479dedfb 🐛 Source Iterable: Fixed normalization issue (#6242)
fix schema to be able to use normalization
2021-09-24 18:39:07 +03:00

63 lines
1.2 KiB
JSON

{
"properties": {
"id": {
"type": ["null", "integer"]
},
"createdAt": {
"type": ["null", "integer"]
},
"updatedAt": {
"type": ["null", "integer"]
},
"startAt": {
"type": ["null", "integer"]
},
"endedAt": {
"type": ["null", "integer"]
},
"name": {
"type": ["null", "string"]
},
"templateId": {
"type": ["null", "integer"]
},
"messageMedium": {
"type": ["null", "string"]
},
"createdByUserId": {
"type": ["null", "string"]
},
"updatedByUserId": {
"type": ["null", "string"]
},
"campaignState": {
"type": ["null", "string"]
},
"listIds": {
"type": ["null", "array"],
"items": {}
},
"suppressionListIds": {
"type": ["null", "array"],
"items": {}
},
"sendSize": {
"type": ["null", "number"]
},
"recurringCampaignId": {
"type": ["null", "number"]
},
"workflowId": {
"type": ["null", "number"]
},
"labels": {
"type": ["null", "array"],
"items": {}
},
"type": {
"type": ["null", "string"]
}
},
"type": ["null", "object"]
}