Skip to content

Commit

Permalink
removed deprecated fields from customer schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Feb 28, 2024
1 parent bd38fb3 commit 617b308
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions tap_shopify/schemas/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@
"string"
]
},
"currency": {
"type": [
"null",
"string"
]
},
"email": {
"type": [
"null",
Expand Down Expand Up @@ -410,26 +404,6 @@
"integer"
]
},
"accepts_marketing": {
"type": [
"null",
"boolean"
]
},
"accepts_marketing_updated_at": {
"anyOf": [
{
"type": "string" ,
"format": "date-time"
},
{
"type": "string"
},
{
"type": "null"
}
]
},
"created_at": {
"type": [
"null",
Expand All @@ -449,12 +423,6 @@
]
}
},
"marketing_opt_in_level": {
"type": [
"null",
"string"
]
},
"email_marketing_consent": {
"type": [
"null",
Expand Down

0 comments on commit 617b308

Please sign in to comment.