2019-10-07 01:32:36 +02:00
|
|
|
<?php
|
2020-10-10 14:07:52 +02:00
|
|
|
/**
|
2019-10-07 01:32:36 +02:00
|
|
|
* @OA\Schema(
|
|
|
|
* schema="GroupSetting",
|
|
|
|
* type="object",
|
|
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="_________"),
|
|
|
|
* @OA\Property(property="user_id", type="string", example="", description="__________"),
|
|
|
|
* @OA\Property(property="company_id", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="name", type="string", example="", description="________"),
|
|
|
|
* @OA\Property(property="settings", type="object", example="", description="________"),
|
|
|
|
* )
|
2019-12-30 22:59:12 +01:00
|
|
|
*/
|