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