From 102a5d33307c7f97d88e5802af7a24ffe0d47ffc Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Wed, 15 Oct 2025 01:03:56 +0200 Subject: [PATCH] Fixed an issue encountered in the AmiiboWrapper schema for the OpenAPI specification document in the library target. --- Sources/AmiiboService/openapi.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Sources/AmiiboService/openapi.yaml b/Sources/AmiiboService/openapi.yaml index bab587b..cab0865 100644 --- a/Sources/AmiiboService/openapi.yaml +++ b/Sources/AmiiboService/openapi.yaml @@ -541,11 +541,8 @@ components: amiibo: description: A container that have zero, one or more amiibos. oneOf: - - type: 'null' - $ref: '#/components/schemas/Amiibo' - $ref: '#/components/schemas/AmiiboList' - required: - - amiibo AmiiboSeriesWrapper: description: A type that wraps either one or a list of amiibo series. type: object @@ -603,4 +600,4 @@ components: type: string required: - code - - error \ No newline at end of file + - error