File tree 1 file changed +16
-2
lines changed 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -495,6 +495,22 @@ definitions:
495
495
type : string
496
496
description :
497
497
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'
498
514
servers :
499
515
type : array
500
516
items :
@@ -507,8 +523,6 @@ definitions:
507
523
- $ref : ' #/definitions/Reference'
508
524
uniqueItems : true
509
525
patternProperties :
510
- ' ^(get|put|post|delete|options|head|patch|trace)$ ' :
511
- $ref : ' #/definitions/Operation'
512
526
' ^x- ' : {}
513
527
additionalProperties : false
514
528
You can’t perform that action at this time.
0 commit comments