-
-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
Description
Hi!
Sorry that this is not a PR, but sadly I don't have time to work on this, so I'm opening an issue.
getMagazines - Pagination object is in the wrong place.
getMangaRelations - Definition does not match up with returned JSON.
Also, not sure if this is the limitation of generator or a mistake, but this way of defining array:
jikan-rest/app/Http/Resources/V4/ClubRelationsResource.php
Lines 21 to 27 in 16300f9
| * type="array", | |
| * @OA\Items( | |
| * type="object", | |
| * @OA\Property( | |
| * ref="#/components/schemas/mal_url" | |
| * ) | |
| * ), |
yields really weird results: getClubRelations
Would something like this work?
@OA\Items(
ref="#/components/schemas/mal_url"
)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done