2019-10-06 08:05:46 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* @OA\Schema(
|
|
|
|
* schema="Company",
|
2019-10-06 13:51:33 +02:00
|
|
|
* type="object",
|
2019-10-06 08:05:46 +02:00
|
|
|
* @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"),
|
2019-10-13 12:59:55 +02:00
|
|
|
* @OA\Property(property="settings",ref="#/components/schemas/CompanySettings"),
|
2019-10-06 08:05:46 +02:00
|
|
|
* )
|
|
|
|
*/
|