From cdd621a1ebc519c0ba038f0b831c30b94501374d Mon Sep 17 00:00:00 2001 From: Peter Zsobrak <243386091+zsobpeter-code@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:47:35 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20add=20type:=20object=20to=20User=20sche?= =?UTF-8?q?ma=20(already=20implicit=20object=20via=20properties)=20?= =?UTF-8?q?=E2=80=94=20HEAD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index 81350a9..d7df0ea 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -271,6 +271,7 @@ components: schemas: User: description: "Represents a user account in the Acme platform." + type: object required: - id - email