From 2c907b1885f58ba515138d1eeb4a036e2fd38427 Mon Sep 17 00:00:00 2001 From: Derek Visch Date: Thu, 16 Jan 2025 15:32:48 -0500 Subject: [PATCH] Fix type for opportunity_timeline --- tap_sunwave/schemas/opportunity_timeline.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tap_sunwave/schemas/opportunity_timeline.json b/tap_sunwave/schemas/opportunity_timeline.json index bb3008e..09b944d 100644 --- a/tap_sunwave/schemas/opportunity_timeline.json +++ b/tap_sunwave/schemas/opportunity_timeline.json @@ -1,5 +1,4 @@ { - "$schema": "http://json-schema.org/schema#", "type": [ "object", "null" @@ -230,7 +229,7 @@ "status": { "type": [ "null", - "null" + "string" ] } }