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: