File tree Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Expand file tree Collapse file tree 1 file changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -238,28 +238,44 @@ $defs:
238
238
anyOf :
239
239
- properties :
240
240
- get :
241
- $ref : ' #/$defs/operation'
241
+ $ref : ' #/$defs/operation'
242
+ required :
243
+ - get
242
244
- properties :
243
245
- put :
244
- $ref : ' #/$defs/operation'
246
+ $ref : ' #/$defs/operation'
247
+ required :
248
+ - put
245
249
- properties :
246
250
- post :
247
- $ref : ' #/$defs/operation'
251
+ $ref : ' #/$defs/operation'
252
+ required :
253
+ - post
248
254
- properties :
249
255
- delete :
250
- $ref : ' #/$defs/operation'
256
+ $ref : ' #/$defs/operation'
257
+ required :
258
+ - delete
251
259
- properties :
252
260
- options :
253
- $ref : ' #/$defs/operation'
261
+ $ref : ' #/$defs/operation'
262
+ required :
263
+ - options
254
264
- properties :
255
265
- head :
256
- $ref : ' #/$defs/operation'
266
+ $ref : ' #/$defs/operation'
267
+ required :
268
+ - head
257
269
- properties :
258
270
- patch :
259
- $ref : ' #/$defs/operation'
271
+ $ref : ' #/$defs/operation'
272
+ required :
273
+ - patch
260
274
- properties :
261
275
- trace :
262
- $ref : ' #/$defs/operation'
276
+ $ref : ' #/$defs/operation'
277
+ required :
278
+ - trace
263
279
get :
264
280
$ref : ' #/$defs/operation'
265
281
put :
You can’t perform that action at this time.
0 commit comments