Missing nullability causes json-serialize failure in some generated clients. (#1129)

This commit is contained in:
Ben Bierens 2025-02-27 12:29:27 +01:00 committed by GitHub
parent 16dce0fc43
commit fab5e16afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"