2019-10-06 22:27:56 +11:00

10 lines
414 B
PHP

<?php
/**
* @OA\Schema(
* schema="Company",
* type="object"
* @OA\Property(property="id", type="string", example="WJxbojagwO", description="The company hash id"),
* @OA\Property(property="name", type="string", example="The local shop", description="The company name"),
* @OA\Property(property="logo", type="object", example="logo.png", description="The company logo - binary"),
* )
*/