Skip to content

Commit e9d2225

Browse files
author
Ron
authored
Merge pull request OAI#1337 from krizalys/fixed-description
Fixed JSON Schema description for ResponsesDefinitions
2 parents 2e22972 + 88cd944 commit e9d2225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/v2.0/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"additionalProperties": {
204204
"$ref": "#/definitions/response"
205205
},
206-
"description": "One or more JSON representations for parameters"
206+
"description": "One or more JSON representations for responses"
207207
},
208208
"externalDocs": {
209209
"type": "object",

0 commit comments

Comments
 (0)