Fixed the StandardError type definition for the openapi.yaml file in the library target.

This commit is contained in:
2025-10-05 22:01:13 +02:00
parent af7b2c2ab2
commit 7187bf6f39
+2 -2
View File
@@ -7430,9 +7430,9 @@ components:
description: A standard error type. description: A standard error type.
properties: properties:
code: code:
type: string type: integer
description: The HTTP status code of the returned result. description: The HTTP status code of the returned result.
message: reason:
type: string type: string
description: A human readable message providing more details about the error. description: A human readable message providing more details about the error.
required: required: