From 7187bf6f39a5d1952c5428e5e827604e7f55b7a8 Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sun, 5 Oct 2025 22:01:13 +0200 Subject: [PATCH] Fixed the StandardError type definition for the openapi.yaml file in the library target. --- Sources/MarvelService/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/MarvelService/openapi.yaml b/Sources/MarvelService/openapi.yaml index ca8f8074..fbd77c3b 100644 --- a/Sources/MarvelService/openapi.yaml +++ b/Sources/MarvelService/openapi.yaml @@ -7430,9 +7430,9 @@ components: description: A standard error type. properties: code: - type: string + type: integer description: The HTTP status code of the returned result. - message: + reason: type: string description: A human readable message providing more details about the error. required: