From 5aef77e43acd46ff46f69f2d2b4bb401702fe8bb Mon Sep 17 00:00:00 2001 From: Quint Daenen Date: Fri, 2 Oct 2020 14:09:14 +0200 Subject: [PATCH] Add missing schema type in Operation Object YAML Example. --- versions/3.1.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions/3.1.0.md b/versions/3.1.0.md index dbdecaa4ea..c00cf14706 100644 --- a/versions/3.1.0.md +++ b/versions/3.1.0.md @@ -936,6 +936,7 @@ requestBody: content: 'application/x-www-form-urlencoded': schema: + type: object properties: name: description: Updated name of the pet