<?php
namespace OpenApi\LinkExample;
/**
* @OA\Schema(schema="user")
*/
class User
{
* @OA\Property()
* @var string
public $username;
public $uuid;
}