Merge pull request #253 from nerg4l/bugfix/openapi-schema

Fix OpenAPI schema
This commit is contained in:
Irfan 2022-07-06 23:13:46 +05:00 committed by GitHub
commit 91ced83394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 346 additions and 354 deletions

View File

@ -623,7 +623,9 @@ class SearchController extends Controller
* description="MyAnimeList Username"
* ),
* @OA\Property(
* ref="#/components/schemas/user_images"
* property="images",
* type="object",
* ref="#/components/schemas/user_images"
* ),
* @OA\Property(
* property="last_online",

View File

@ -80,12 +80,7 @@ class ProfileFavoritesResource extends JsonResource
* type="array",
* description="Favorite People",
* @OA\Items (
* type="object",
*
* @OA\Property (
* type="object",
* ref="#/components/schemas/character_meta",
* ),
* ref="#/components/schemas/character_meta",
* ),
* ),
* ),

File diff suppressed because it is too large Load Diff