%PDF- %PDF-
Direktori : /var/www/html/shaban/duassis/api/vendor/zircote/swagger-php/tests/Fixtures/ |
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; }