From 36e33ddb863be17db55a9b88f6f0e0584c444c54 Mon Sep 17 00:00:00 2001 From: kv-jokr <82816655+kv-jokr@users.noreply.github.com> Date: Fri, 28 May 2021 19:57:36 +0200 Subject: [PATCH] Add status field to products stream (#108) --- tap_shopify/schemas/products.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tap_shopify/schemas/products.json b/tap_shopify/schemas/products.json index 098c487e..09f9a4ae 100644 --- a/tap_shopify/schemas/products.json +++ b/tap_shopify/schemas/products.json @@ -1,5 +1,11 @@ { "properties": { + "status": { + "type": [ + "null", + "string" + ] + }, "published_at": { "type": [ "null",