invoiceninja/app/Http/Controllers/OpenAPI/CompanySchema.php

10 lines
415 B
PHP
Raw Normal View History

2019-10-06 17:05:46 +11:00
<?php
/**
* @OA\Schema(
* schema="Company",
2019-10-06 22:51:33 +11:00
* type="object",
2019-10-06 17:05:46 +11: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"),
* )
*/