From fab5e16afda7d9ffd22369cc04603ad9492c8b6b Mon Sep 17 00:00:00 2001 From: Ben Bierens <39762930+benbierens@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:29:27 +0100 Subject: [PATCH] Missing nullability causes json-serialize failure in some generated clients. (#1129) --- openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi.yaml b/openapi.yaml index 70da398b..53a908a3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -325,6 +325,7 @@ components: - unknown error: type: string + nullable: true description: If Request failed, then here is presented the error message request: $ref: "#/components/schemas/StorageRequest"