Documented the optional amiibo wrapper property behaviour at the OpenAPI specification in the library target.

This commit is contained in:
2026-07-26 10:07:47 +02:00
parent 2b34b5a497
commit 5b60892c2c
2 changed files with 5 additions and 1 deletions
@@ -157,6 +157,7 @@ private extension AmiiboLiveClient {
.map { Amiibo($0) }
.sorted { $0.identifier < $1.identifier }
case .none:
// The service returns `"amiibo": null` when an `id` filter matches nothing.
return []
}
}