Skip to content

Commit

Permalink
feat: security support added to operation and operationTrait (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
LokeshRishi committed Apr 14, 2022
1 parent d99d6e7 commit 7b442f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemas/2.4.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,12 @@
"operationId": {
"type": "string"
},
"security": {
"type": "array",
"items": {
"$ref": "#/definitions/SecurityRequirement"
}
},
"bindings": {
"$ref": "#/definitions/bindingsObject"
},
Expand Down Expand Up @@ -870,6 +876,12 @@
"description": {
"type": "string"
},
"security": {
"type": "array",
"items": {
"$ref": "#/definitions/SecurityRequirement"
}
},
"tags": {
"type": "array",
"items": {
Expand Down

0 comments on commit 7b442f6

Please sign in to comment.