We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99d6e7 commit 7b442f6Copy full SHA for 7b442f6
schemas/2.4.0.json
@@ -616,6 +616,12 @@
616
"operationId": {
617
"type": "string"
618
},
619
+ "security": {
620
+ "type": "array",
621
+ "items": {
622
+ "$ref": "#/definitions/SecurityRequirement"
623
+ }
624
+ },
625
"bindings": {
626
"$ref": "#/definitions/bindingsObject"
627
@@ -870,6 +876,12 @@
870
876
"description": {
871
877
872
878
879
880
881
882
883
884
873
885
"tags": {
874
886
"type": "array",
875
887
"items": {
0 commit comments