1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 21:22:58 +01:00
invoiceninja/app/Http/Controllers/OpenAPI/CompanySchema.php

10 lines
414 B
PHP
Raw Normal View History

2019-10-06 08:05:46 +02:00
<?php
/**
* @OA\Schema(
* schema="Company",
2019-10-06 13:27:56 +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"),
* )
*/