From e9f244c90a7437bb6ec6f73a2a4ff62f45ac86ad Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sun, 9 Nov 2025 20:48:29 +0100 Subject: [PATCH] Added the "gamesSwitch2" property to the Amiibo scheme for the OpenAPI specification document in the library target. --- Sources/AmiiboService/openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sources/AmiiboService/openapi.yaml b/Sources/AmiiboService/openapi.yaml index d6f387b..cb09581 100644 --- a/Sources/AmiiboService/openapi.yaml +++ b/Sources/AmiiboService/openapi.yaml @@ -346,6 +346,11 @@ components: type: array items: $ref: '#/components/schemas/AmiiboGame' + gamesSwitch2: + description: A list of Switch 2 games an amiibo could be used in, if any. + type: array + items: + $ref: '#/components/schemas/AmiiboGame' gamesWiiU: description: A list of Wii U games an amiibo could be used in, if any. type: array