Improved the Open API specification document #19
@@ -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
|
||||||
@@ -603,4 +600,4 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
required:
|
required:
|
||||||
- code
|
- code
|
||||||
- error
|
- error
|
||||||
|
|||||||
Reference in New Issue
Block a user