File tree Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Expand file tree Collapse file tree 1 file changed +25
-17
lines changed Original file line number Diff line number Diff line change @@ -235,23 +235,31 @@ $defs:
235
235
additionalProperties :
236
236
$ref : ' #/$defs/operation'
237
237
not :
238
- required :
239
- - get :
240
- $ref : ' #/$defs/operation'
241
- - put :
242
- $ref : ' #/$defs/operation'
243
- - post :
244
- $ref : ' #/$defs/operation'
245
- - delete :
246
- $ref : ' #/$defs/operation'
247
- - options :
248
- $ref : ' #/$defs/operation'
249
- - head :
250
- $ref : ' #/$defs/operation'
251
- - patch :
252
- $ref : ' #/$defs/operation'
253
- - trace :
254
- $ref : ' #/$defs/operation'
238
+ anyOf :
239
+ - properties :
240
+ - get :
241
+ $ref : ' #/$defs/operation'
242
+ - properties :
243
+ - put :
244
+ $ref : ' #/$defs/operation'
245
+ - properties :
246
+ - post :
247
+ $ref : ' #/$defs/operation'
248
+ - properties :
249
+ - delete :
250
+ $ref : ' #/$defs/operation'
251
+ - properties :
252
+ - options :
253
+ $ref : ' #/$defs/operation'
254
+ - properties :
255
+ - head :
256
+ $ref : ' #/$defs/operation'
257
+ - properties :
258
+ - patch :
259
+ $ref : ' #/$defs/operation'
260
+ - properties :
261
+ - trace :
262
+ $ref : ' #/$defs/operation'
255
263
get :
256
264
$ref : ' #/$defs/operation'
257
265
put :
You can’t perform that action at this time.
0 commit comments