From 3d19db89d45bb0df8a7e4a597aef2f7f8a1981fd Mon Sep 17 00:00:00 2001 From: Valerii Petryniak <44531564+valerii15298@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:41:00 +0200 Subject: [PATCH] Fixed correct level of encoding object --- src/oas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/oas.md b/src/oas.md index 5f84dc1d40..baac41d4df 100644 --- a/src/oas.md +++ b/src/oas.md @@ -1829,9 +1829,9 @@ requestBody: # image media type(s) in the Encoding Object. type: string contentEncoding: base64url - encoding: - icon: - contentType: image/png, image/jpeg + encoding: + icon: + contentType: image/png, image/jpeg ``` Given a name of `example` and a solid red 2x2-pixel PNG for `icon`, this