Fixed an issue encountered in the AmiiboWrapper schema for the OpenAPI specification document in the library target.
This commit is contained in:
@@ -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
|
||||
- error
|
||||
|
||||
Reference in New Issue
Block a user