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",
|
2022-08-12 14:35:30 +02:00
|
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="The group setting hashed id"),
|
|
|
|
* @OA\Property(property="user_id", type="string", example="Opnel5aKBz", description="The user hashed id"),
|
|
|
|
* @OA\Property(property="company_id", type="string", example="Opnel5aKBz", description="The company hashed id"),
|
|
|
|
* @OA\Property(property="name", type="string", example="A groupies group", description="The name of the group"),
|
|
|
|
* @OA\Property(property="settings", type="object", example="", description="The settings object"),
|
2019-10-07 01:32:36 +02:00
|
|
|
* )
|
2019-12-30 22:59:12 +01:00
|
|
|
*/
|