1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Files
airbyte/airbyte-integrations/connectors/source-iterable/source_iterable/schemas/events.json
Vadym 17504e978e 🎉 Source Iterable: Add email validation to list_users stream method execution (#8380)
* Update iterable.md docs.

* Update `Events` stream to use `export/userEvents` endpoint.
Update `events` stream schema.
Add `test_events_parse_response` unit test.

* Update events parse_response data collection.
Update events stream unit tests.
Update events stream schema.

* Bump docker version
2021-12-06 21:07:51 +02:00

32 lines
623 B
JSON

{
"properties": {
"itblInternal": {
"type": ["null", "object"],
"properties": {
"documentCreatedAt": {
"type": ["null", "string"],
"format": "date-time"
},
"documentUpdatedAt": {
"type": ["null", "string"],
"format": "date-time"
}
}
},
"_type": {
"type": ["null", "string"]
},
"createdAt": {
"type": ["null", "string"],
"format": "date-time"
},
"email": {
"type": ["null", "string"]
},
"data": {
"type": ["null", "object"]
}
},
"type": ["null", "object"]
}