mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
14 lines
670 B
PHP
14 lines
670 B
PHP
|
<?php
|
||
|
/**
|
||
|
* @OA\Schema(
|
||
|
* schema="ExpenseCategory",
|
||
|
* type="object",
|
||
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
|
||
|
* @OA\Property(property="name", type="string", example="Accounting", description="______"),
|
||
|
* @OA\Property(property="user_id", type="string", example="XS987sD", description="______"),
|
||
|
* @OA\Property(property="is_deleted", type="boolean", example=true, description="______"),
|
||
|
* @OA\Property(property="updated_at", type="string", example="2", description="______"),
|
||
|
* @OA\Property(property="created_at", type="string", example="2", description="______"),
|
||
|
* )
|
||
|
*/
|