From 83210164574e34a784e633a2aecc1b3dd18315c8 Mon Sep 17 00:00:00 2001 From: talents10 <79235045+talents10@users.noreply.github.com> Date: Fri, 6 Aug 2021 10:08:35 -0400 Subject: [PATCH] Update journal_entries.json Proposed adding fields for Entity (Name and Value) and ClassRef (Name and Value). --- tap_quickbooks/schemas/journal_entries.json | 54 +++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/tap_quickbooks/schemas/journal_entries.json b/tap_quickbooks/schemas/journal_entries.json index be4952d..96dde09 100644 --- a/tap_quickbooks/schemas/journal_entries.json +++ b/tap_quickbooks/schemas/journal_entries.json @@ -102,6 +102,60 @@ "object" ] }, + "Entity": { + "properties": { + "EntityRef": { + "properties": { + "name": { + "type": [ + "null", + "string" + ] + }, + "value": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, + "Type": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, + "ClassRef": { + "properties": { + "name": { + "type": [ + "null", + "string" + ] + }, + "value": { + "type": [ + "null", + "string" + ] + } + }, + "type": [ + "null", + "object" + ] + }, "PostingType": { "type": [ "null",