From f80b58ba0a80f619f686a5c2ae40139eeb871a6c Mon Sep 17 00:00:00 2001 From: Alex Bair Date: Wed, 19 Mar 2025 14:11:42 -0400 Subject: [PATCH] source-greenhouse: patch applications schema --- .../streams/applications.patch.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-greenhouse/streams/applications.patch.json b/airbyte-integrations/connectors/source-greenhouse/streams/applications.patch.json index 509d27855c11..58c48963d89e 100644 --- a/airbyte-integrations/connectors/source-greenhouse/streams/applications.patch.json +++ b/airbyte-integrations/connectors/source-greenhouse/streams/applications.patch.json @@ -1,5 +1,16 @@ { "properties": { + "credited_to": { + "type": ["object", "null"], + "properties": { + "id": { + "type": ["integer", "null"] + } + } + }, + "location": { + "type": ["object", "string", "null"] + }, "prospective_department":{ "type": ["object", "null"] }, @@ -15,6 +26,9 @@ "type": ["object", "null"] } } - } + }, + "source": { + "type": ["object", "null"] + } } } \ No newline at end of file