Skip to content

Commit d6f89cb

Browse files
committed
source-shopify: update order schema
1 parent c9a9854 commit d6f89cb

File tree

2 files changed

+34
-4
lines changed

2 files changed

+34
-4
lines changed

source-shopify/source_shopify/tap_shopify/schemas/order.json

+15
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,22 @@
17531753
"type": "array"
17541754
},
17551755
"company": {
1756+
"properties": {
1757+
"id": {
1758+
"type": [
1759+
"integer",
1760+
"null"
1761+
]
1762+
},
1763+
"location_id": {
1764+
"type": [
1765+
"integer",
1766+
"null"
1767+
]
1768+
}
1769+
},
17561770
"type": [
1771+
"object",
17571772
"string",
17581773
"null"
17591774
]

source-shopify/tests/snapshots/snapshots__discover__capture.stdout.json

+19-4
Original file line numberDiff line numberDiff line change
@@ -4773,10 +4773,25 @@
47734773
"type": "array"
47744774
},
47754775
"company": {
4776-
"type": [
4777-
"string",
4778-
"null"
4779-
]
4776+
"properties": {
4777+
"id": {
4778+
"type": [
4779+
"integer",
4780+
"null"
4781+
]
4782+
},
4783+
"location_id": {
4784+
"type": [
4785+
"integer",
4786+
"null"
4787+
]
4788+
}
4789+
},
4790+
"type": [
4791+
"object",
4792+
"string",
4793+
"null"
4794+
]
47804795
},
47814796
"confirmation_number": {
47824797
"type": [

0 commit comments

Comments
 (0)