From e4ed8e641db394de8cab232a9ba6b81dc4e83687 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:02:06 -0800 Subject: [PATCH] Add missing type: object field in example schema --- versions/3.0.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions/3.0.3.md b/versions/3.0.3.md index e21aa46554..0c9f0fac60 100644 --- a/versions/3.0.3.md +++ b/versions/3.0.3.md @@ -943,6 +943,7 @@ requestBody: content: 'application/x-www-form-urlencoded': schema: + type: object properties: name: description: Updated name of the pet