mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
10 lines
415 B
PHP
10 lines
415 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"),
|
|
* )
|
|
*/ |