File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 116
116
.pnp. *
117
117
118
118
# api.env
119
- api.env
119
+ api.env
120
+
121
+ # macOS files
122
+ .DS_Store
Original file line number Diff line number Diff line change @@ -172,12 +172,10 @@ paths:
172
172
content :
173
173
application/json :
174
174
schema :
175
- type : object
176
- properties :
177
- result :
178
- type : array
179
- items :
180
- $ref : ' #/components/schemas/Job'
175
+ type : array
176
+ items :
177
+ $ref : ' #/components/schemas/Job'
178
+
181
179
headers :
182
180
X-Next-Page :
183
181
schema :
@@ -573,12 +571,10 @@ paths:
573
571
content :
574
572
application/json :
575
573
schema :
576
- type : object
577
- properties :
578
- result :
579
- type : array
580
- items :
581
- $ref : ' #/components/schemas/JobCandidate'
574
+ type : array
575
+ items :
576
+ $ref : ' #/components/schemas/JobCandidate'
577
+
582
578
headers :
583
579
X-Next-Page :
584
580
schema :
@@ -982,12 +978,10 @@ paths:
982
978
content :
983
979
application/json :
984
980
schema :
985
- type : object
986
- properties :
987
- result :
988
- type : array
989
- items :
990
- $ref : ' #/components/schemas/ResourceBooking'
981
+ type : array
982
+ items :
983
+ $ref : ' #/components/schemas/ResourceBooking'
984
+
991
985
headers :
992
986
X-Next-Page :
993
987
schema :
You can’t perform that action at this time.
0 commit comments