Skip to content

Commit 7b442f6

Browse files
authored
feat: security support added to operation and operationTrait (#189)
1 parent d99d6e7 commit 7b442f6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

schemas/2.4.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,12 @@
616616
"operationId": {
617617
"type": "string"
618618
},
619+
"security": {
620+
"type": "array",
621+
"items": {
622+
"$ref": "#/definitions/SecurityRequirement"
623+
}
624+
},
619625
"bindings": {
620626
"$ref": "#/definitions/bindingsObject"
621627
},
@@ -870,6 +876,12 @@
870876
"description": {
871877
"type": "string"
872878
},
879+
"security": {
880+
"type": "array",
881+
"items": {
882+
"$ref": "#/definitions/SecurityRequirement"
883+
}
884+
},
873885
"tags": {
874886
"type": "array",
875887
"items": {

0 commit comments

Comments
 (0)