Skip to content

Commit bb11218

Browse files
committed
source-greenhouse: patch applications schema
1 parent c56664f commit bb11218

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Diff for: airbyte-integrations/connectors/source-greenhouse/streams/applications.patch.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"properties": {
3+
"credited_to": {
4+
"type": ["object", "null"],
5+
"properties": {
6+
"id": {
7+
"type": ["integer", "null"]
8+
}
9+
}
10+
},
11+
"location": {
12+
"type": ["object", "string", "null"]
13+
},
314
"prospective_department":{
415
"type": ["object", "null"]
516
},
@@ -15,6 +26,9 @@
1526
"type": ["object", "null"]
1627
}
1728
}
18-
}
29+
},
30+
"source": {
31+
"type": ["object", "null"]
32+
}
1933
}
2034
}

0 commit comments

Comments
 (0)