mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
1c21b6dc7c
* Fixes for invoice item line totals * Refactoring invoice calculations * Update api-docs * Fixes for invoice calculations * remove tests * fixes for config files
11 lines
502 B
PHP
11 lines
502 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"),
|
|
* @OA\Property(property="settings",ref="#/components/schemas/CompanySettings"),
|
|
* )
|
|
*/ |