diff --git a/tap_shopify/schemas/definitions.json b/tap_shopify/schemas/definitions.json index 69ccea5a..249c655b 100644 --- a/tap_shopify/schemas/definitions.json +++ b/tap_shopify/schemas/definitions.json @@ -632,9 +632,13 @@ ] }, "id": { - "type": [ - "null", - "number" + "anyOf": [ + { + "type": ["null", "number"] + }, + { + "type": ["null", "string"] + } ] }, "taxable": {