From 81a2dd887910336fbbeeb933eac7afbe1bdc5c6d Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Sat, 30 May 2026 15:44:46 -0700 Subject: [PATCH] set the type here, to ensure the body content is deserialized as an object --- src/oas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oas.md b/src/oas.md index a0e4cb8899..d5b3645174 100644 --- a/src/oas.md +++ b/src/oas.md @@ -1963,6 +1963,7 @@ requestBody: content: multipart/form-data: schema: + type: object properties: # The property name `file` will be used for all files. file: