%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/shaban/duassis/api/vendor/zircote/swagger-php/tests/Fixtures/
Upload File :
Create Path :
Current File : //var/www/html/shaban/duassis/api/vendor/zircote/swagger-php/tests/Fixtures/NestedProperty.php

<?php declare(strict_types=1);

namespace AnotherNamespace;

/**
 * @OA\Schema()
 */
class NestedProperty
{

    /**
     * @var bool
     * @OA\Property(
     *     @OA\Property(
     *         property="babyProperty",
     *         @OA\Property(
     *             property="theBabyOfBaby",
     *             properties={@OpenApi\Annotations\Property(type="string", property="theBabyOfBabyBaby")}
     *         )
     *     ),
     * )
     */
    public $parentProperty;
}

Zerion Mini Shell 1.0