* 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
32 lines
623 B
JSON
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"]
|
|
}
|