Skip to content

Commit

Permalink
tap-klaviyo JSON schema updates 2024-05-23 (#1033)
Browse files Browse the repository at this point in the history
* Automated commit: Import JSON schemas

* Added new tables to the documentation for Klaviyo

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Anaëlle <[email protected]>
  • Loading branch information
3 people authored May 23, 2024
1 parent 6919d86 commit 3dbdac6
Show file tree
Hide file tree
Showing 23 changed files with 3,292 additions and 345 deletions.
168 changes: 153 additions & 15 deletions _data/taps/schemas/klaviyo/v1/json/bounce.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"string"
]
},
"event_name": {
"type": [
"null",
"string"
]
},
"event_properties": {
"properties": {},
"type": [
Expand All @@ -25,29 +19,173 @@
"string"
]
},
"object": {
"metric": {
"items": {
"properties": {
"created": {
"type": [
"null",
"date-time"
]
},
"id": {
"type": [
"null",
"string"
]
},
"integration": {
"properties": {},
"type": [
"null",
"object"
]
},
"name": {
"type": [
"null",
"string"
]
},
"type": {
"type": [
"null",
"string"
]
},
"updated": {
"type": [
"null",
"date-time"
]
}
},
"type": [
"null",
"object"
]
},
"type": [
"null",
"string"
"array"
]
},
"person": {
"properties": {},
"profile": {
"items": {
"properties": {
"created": {
"type": [
"null",
"date-time"
]
},
"email": {
"type": [
"null",
"string"
]
},
"external_id": {
"type": [
"null",
"string"
]
},
"first_name": {
"type": [
"null",
"string"
]
},
"id": {
"type": [
"null",
"string"
]
},
"image": {
"type": [
"null",
"string"
]
},
"last_event_date": {
"type": [
"null",
"date-time"
]
},
"last_name": {
"type": [
"null",
"string"
]
},
"location": {
"properties": {},
"type": [
"null",
"object"
]
},
"organization": {
"type": [
"null",
"string"
]
},
"phone_number": {
"type": [
"null",
"string"
]
},
"properties": {
"properties": {},
"type": [
"null",
"object"
]
},
"title": {
"type": [
"null",
"string"
]
},
"type": {
"type": [
"null",
"string"
]
},
"updated": {
"type": [
"null",
"date-time"
]
}
},
"type": [
"null",
"object"
]
},
"type": [
"null",
"object"
"array"
]
},
"statistic_id": {
"timestamp": {
"type": [
"null",
"string"
"integer"
]
},
"timestamp": {
"type": {
"type": [
"null",
"integer"
"string"
]
},
"uuid": {
Expand Down
Loading

0 comments on commit 3dbdac6

Please sign in to comment.