From 04bb1eb8a63410df06401b7e4d8eb49eb804be10 Mon Sep 17 00:00:00 2001 From: Renan Butkeraites Date: Mon, 16 Dec 2024 11:33:05 -0300 Subject: [PATCH] Add Department and DepartmentId fields to object_definition schema (#125) --- tap_quickbooks/quickbooks/schemas/object_definition.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tap_quickbooks/quickbooks/schemas/object_definition.json b/tap_quickbooks/quickbooks/schemas/object_definition.json index 52e4333..6e718bb 100644 --- a/tap_quickbooks/quickbooks/schemas/object_definition.json +++ b/tap_quickbooks/quickbooks/schemas/object_definition.json @@ -555,7 +555,9 @@ {"name": "KlassId", "type": "string"}, {"name": "Class", "type": "string"}, {"name": "ClassId", "type": "string"}, - {"name": "Categories", "type": "array", "child_type": "string"} + {"name": "Categories", "type": "array", "child_type": "string"}, + {"name": "Department", "type": "string"}, + {"name": "DepartmentId", "type": "string"} ], "ARAgingSummaryReport": [ {"name": "Customer", "type": "string"},