Skip to content

Commit

Permalink
Add status field to products stream (singer-io#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kv-jokr authored and tmck-code committed Feb 3, 2022
1 parent 4ead37b commit 36e33dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tap_shopify/schemas/products.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"properties": {
"status": {
"type": [
"null",
"string"
]
},
"published_at": {
"type": [
"null",
Expand Down

0 comments on commit 36e33dd

Please sign in to comment.