File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -495,6 +495,22 @@ definitions:
495495 type : string
496496 description :
497497 type : string
498+ get :
499+ $ref : ' #/definitions/Operation'
500+ put :
501+ $ref : ' #/definitions/Operation'
502+ post :
503+ $ref : ' #/definitions/Operation'
504+ delete :
505+ $ref : ' #/definitions/Operation'
506+ options :
507+ $ref : ' #/definitions/Operation'
508+ head :
509+ $ref : ' #/definitions/Operation'
510+ patch :
511+ $ref : ' #/definitions/Operation'
512+ trace :
513+ $ref : ' #/definitions/Operation'
498514 servers :
499515 type : array
500516 items :
@@ -507,8 +523,6 @@ definitions:
507523 - $ref : ' #/definitions/Reference'
508524 uniqueItems : true
509525 patternProperties :
510- ' ^(get|put|post|delete|options|head|patch|trace)$ ' :
511- $ref : ' #/definitions/Operation'
512526 ' ^x- ' : {}
513527 additionalProperties : false
514528
You can’t perform that action at this time.
0 commit comments