mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Merge pull request #253 from nerg4l/bugfix/openapi-schema
Fix OpenAPI schema
This commit is contained in:
commit
91ced83394
@ -623,6 +623,8 @@ class SearchController extends Controller
|
||||
* description="MyAnimeList Username"
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="images",
|
||||
* type="object",
|
||||
* ref="#/components/schemas/user_images"
|
||||
* ),
|
||||
* @OA\Property(
|
||||
|
@ -80,15 +80,10 @@ class ProfileFavoritesResource extends JsonResource
|
||||
* type="array",
|
||||
* description="Favorite People",
|
||||
* @OA\Items (
|
||||
* type="object",
|
||||
*
|
||||
* @OA\Property (
|
||||
* type="object",
|
||||
* ref="#/components/schemas/character_meta",
|
||||
* ),
|
||||
* ),
|
||||
* ),
|
||||
* ),
|
||||
*/
|
||||
public function toArray($request)
|
||||
{
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user