From a44066a4cd93d80a21ba37e021c88b616a9671a8 Mon Sep 17 00:00:00 2001 From: Danila Kislitsyn <59931607+dangost@users.noreply.github.com> Date: Wed, 21 Jun 2023 17:10:43 +0300 Subject: [PATCH] update ImageBase64 string format (#117) --- common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.yml b/common.yml index abaff43..d3232d0 100644 --- a/common.yml +++ b/common.yml @@ -102,7 +102,7 @@ components: ImageBase64: description: "Base64 encoded image" type: string - format: byte + format: base64 example: "Base64 encoded image" RectangleCoordinates: