%PDF- %PDF-
Direktori : /var/www/html/shaban/duassis/api/vendor/zircote/swagger-php/Examples/openapi-spec/ |
Current File : //var/www/html/shaban/duassis/api/vendor/zircote/swagger-php/Examples/openapi-spec/PullRequest.php |
<?php namespace OpenApi\LinkExample; /** * @OA\Schema(schema="pullrequest") */ class Repository { /** * @OA\Property() * @var integer */ public $id; /** * @OA\Property() * @var string */ public $title; /** * @OA\Property() * @var Repository */ public $repository; /** * @OA\Property() * @var User */ public $author; }