From 88cd94419e117b154b67b834fa8e471bb98bd346 Mon Sep 17 00:00:00 2001 From: Christophe Vidal Date: Sun, 27 Aug 2017 23:06:51 +0700 Subject: [PATCH] Fixed JSON Schema description for ResponsesDefinitions --- schemas/v2.0/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/v2.0/schema.json b/schemas/v2.0/schema.json index f12a8c0e47..a92e18f2a5 100644 --- a/schemas/v2.0/schema.json +++ b/schemas/v2.0/schema.json @@ -203,7 +203,7 @@ "additionalProperties": { "$ref": "#/definitions/response" }, - "description": "One or more JSON representations for parameters" + "description": "One or more JSON representations for responses" }, "externalDocs": { "type": "object",