Thanks to visit codestin.com
Credit goes to github.com

Skip to content

OpenApi mistakes #191

@PolyMeilex

Description

@PolyMeilex

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:

* 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

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions