From 0a2bcec4db731c291d91f6b080c99ff12632169e Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 4 Aug 2024 17:43:54 +0930 Subject: [PATCH] Fix incorrect source property types --- base/v0.1.0/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/v0.1.0/schema.json b/base/v0.1.0/schema.json index a0122ae..710e4f7 100644 --- a/base/v0.1.0/schema.json +++ b/base/v0.1.0/schema.json @@ -52,12 +52,12 @@ "sourceAccountId": { "title": "Source Account ID", "description": "ID of the account from the original data source", - "type": "object" + "type": "string" }, "sourceId": { "title": "Source ID", "description": "ID from the original data source", - "type": "object" + "type": "string" }, "sourceData": { "title": "Source data",