diff --git a/tap_quickbooks/schemas/journal_entries.json b/tap_quickbooks/schemas/journal_entries.json index 160b4fc..52ab39b 100644 --- a/tap_quickbooks/schemas/journal_entries.json +++ b/tap_quickbooks/schemas/journal_entries.json @@ -69,6 +69,60 @@ "string" ] }, + "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",