Skip to content

Commit

Permalink
Automated commit: Import JSON schemas (#1007)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Feb 29, 2024
1 parent 4b70ed9 commit 9331d42
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 62 deletions.
31 changes: 0 additions & 31 deletions _data/taps/schemas/shopify/v1/json/abandoned_checkouts.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,25 +148,6 @@
},
"customer": {
"properties": {
"accepts_marketing": {
"type": [
"null",
"boolean"
]
},
"accepts_marketing_updated_at": {
"anyOf": [
{
"type": "date-time"
},
{
"type": "string"
},
{
"type": "null"
}
]
},
"addresses": {
"items": {
"properties": {
Expand Down Expand Up @@ -295,12 +276,6 @@
"date-time"
]
},
"currency": {
"type": [
"null",
"string"
]
},
"default_address": {
"properties": {
"address1": {
Expand Down Expand Up @@ -473,12 +448,6 @@
"string"
]
},
"marketing_opt_in_level": {
"type": [
"null",
"string"
]
},
"multipass_identifier": {
"type": [
"null",
Expand Down
31 changes: 0 additions & 31 deletions _data/taps/schemas/shopify/v1/json/customers.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
{
"properties": {
"accepts_marketing": {
"type": [
"null",
"boolean"
]
},
"accepts_marketing_updated_at": {
"anyOf": [
{
"type": "date-time"
},
{
"type": "string"
},
{
"type": "null"
}
]
},
"addresses": {
"items": {
"properties": {
Expand Down Expand Up @@ -147,12 +128,6 @@
"date-time"
]
},
"currency": {
"type": [
"null",
"string"
]
},
"default_address": {
"properties": {
"address1": {
Expand Down Expand Up @@ -325,12 +300,6 @@
"string"
]
},
"marketing_opt_in_level": {
"type": [
"null",
"string"
]
},
"multipass_identifier": {
"type": [
"null",
Expand Down
12 changes: 12 additions & 0 deletions _data/taps/schemas/shopify/v1/json/orders.json
Original file line number Diff line number Diff line change
Expand Up @@ -2493,6 +2493,12 @@
"string"
]
},
"poNumber": {
"type": [
"null",
"string"
]
},
"presentment_currency": {
"type": [
"null",
Expand Down Expand Up @@ -3570,6 +3576,12 @@
"string"
]
},
"taxExempt": {
"type": [
"null",
"boolean"
]
},
"tax_lines": {
"items": {
"patternProperties": {
Expand Down

0 comments on commit 9331d42

Please sign in to comment.