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 f9e0ce6 commit 3cd9426Copy full SHA for 3cd9426
schemas/v2.0/schema.json
@@ -78,9 +78,8 @@
78
"description": "One or more JSON representations for parameters",
79
"additionalProperties": { "$ref": "#/definitions/parameter" }
80
},
81
- "security": {
82
- "$ref": "#/definitions/security"
83
- },
+ "responses": { "$ref": "#/definitions/responses" },
+ "security": { "$ref": "#/definitions/security" },
84
"tags": {
85
"type": "array",
86
"items": {
0 commit comments