From 4d405737f92aea3e3b2bc4fa2b84290433575379 Mon Sep 17 00:00:00 2001 From: Sam Mesterton-Gibbons Date: Tue, 7 Mar 2023 11:27:45 +0000 Subject: [PATCH] Fix typo in server variables schema for OAS 3.1.0 Fixes #197 --- openapi_spec_validator/resources/schemas/v3.1/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi_spec_validator/resources/schemas/v3.1/schema.json b/openapi_spec_validator/resources/schemas/v3.1/schema.json index 44fdbb9..b8302d2 100644 --- a/openapi_spec_validator/resources/schemas/v3.1/schema.json +++ b/openapi_spec_validator/resources/schemas/v3.1/schema.json @@ -189,7 +189,7 @@ "default": { "type": "string" }, - "descriptions": { + "description": { "type": "string" } },