Fixed an issue encountered in the AmiiboWrapper schema for the OpenAPI specification document in the library target.

This commit is contained in:
2025-10-15 01:03:56 +02:00
parent 16c62a5df8
commit 102a5d3330
-3
View File
@@ -541,11 +541,8 @@ components:
amiibo: amiibo:
description: A container that have zero, one or more amiibos. description: A container that have zero, one or more amiibos.
oneOf: oneOf:
- type: 'null'
- $ref: '#/components/schemas/Amiibo' - $ref: '#/components/schemas/Amiibo'
- $ref: '#/components/schemas/AmiiboList' - $ref: '#/components/schemas/AmiiboList'
required:
- amiibo
AmiiboSeriesWrapper: AmiiboSeriesWrapper:
description: A type that wraps either one or a list of amiibo series. description: A type that wraps either one or a list of amiibo series.
type: object type: object