File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,42 +237,42 @@ $defs:
237237 not :
238238 anyOf :
239239 - properties :
240- - get :
240+ get :
241241 $ref : ' #/$defs/operation'
242242 required :
243243 - get
244244 - properties :
245- - put :
245+ put :
246246 $ref : ' #/$defs/operation'
247247 required :
248248 - put
249249 - properties :
250- - post :
250+ post :
251251 $ref : ' #/$defs/operation'
252252 required :
253253 - post
254254 - properties :
255- - delete :
255+ delete :
256256 $ref : ' #/$defs/operation'
257257 required :
258258 - delete
259259 - properties :
260- - options :
260+ options :
261261 $ref : ' #/$defs/operation'
262262 required :
263263 - options
264264 - properties :
265- - head :
265+ head :
266266 $ref : ' #/$defs/operation'
267267 required :
268268 - head
269269 - properties :
270- - patch :
270+ patch :
271271 $ref : ' #/$defs/operation'
272272 required :
273273 - patch
274274 - properties :
275- - trace :
275+ trace :
276276 $ref : ' #/$defs/operation'
277277 required :
278278 - trace
You can’t perform that action at this time.
0 commit comments