Skip to content

Commit 8cf209a

Browse files
authored
Merge pull request #512 from freee/feature/update_schema_files_2025-10-16-07-55
Update schema files
2 parents 0c69da6 + 0706761 commit 8cf209a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hr/open-api-3/api-schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11340,7 +11340,7 @@
1134011340
"overtime_pays": {
1134111341
"type": "array",
1134211342
"nullable": true,
11343-
"description": "時間外労働項目(法定内残業、時間外労働、休日労働、深夜労働等)",
11343+
"description": "時間外労働項目(法定内残業、時間外労働、法定休日労働、深夜労働等)",
1134411344
"items": {
1134511345
"$ref": "#/components/schemas/ApiV1EmployeePayrollStatementsEmployeeOvertimePayItemSerializer"
1134611346
}
@@ -12936,7 +12936,7 @@
1293612936
},
1293712937
"role": {
1293812938
"type": "string",
12939-
"description": "事業所におけるロール。\n\n- `company_admin`: 管理者\n- `self_only`: 一般または勤怠部門管理者\n- `physician`: 産業医\n- `shift_admin`: AIシフト担当者\n- `time_clock_device_setter`: 打刻機設定者\n\n[各権限でできることは各アカウントの権限についてのヘルプページを参照してください。](https://support.freee.co.jp/hc/ja/articles/204087410#3)"
12939+
"description": "事業所におけるロール。\n\n- `company_admin`: 管理者\n- `self_only`: 一般\n- `attendance_manager`: 勤怠管理者\n- `physician`: 産業医\n- `shift_admin`: AIシフト担当者\n- `time_clock_device_setter`: 打刻機設定者\n\n[各権限でできることは各アカウントの権限についてのヘルプページを参照してください。](https://support.freee.co.jp/hc/ja/articles/204087410#3)"
1294012940
},
1294112941
"external_cid": {
1294212942
"type": "string",
@@ -14610,7 +14610,7 @@
1461014610
},
1461114611
"total_holiday_work_mins": {
1461214612
"type": "integer",
14613-
"description": "休日労働時間(分)",
14613+
"description": "法定休日労働時間(分)",
1461414614
"format": "int32"
1461514615
},
1461614616
"total_latenight_work_mins": {
@@ -14797,7 +14797,7 @@
1479714797
},
1479814798
"total_holiday_work_mins": {
1479914799
"type": "integer",
14800-
"description": "休日労働時間(分)",
14800+
"description": "法定休日労働時間(分)",
1480114801
"format": "int32"
1480214802
},
1480314803
"total_latenight_work_mins": {

0 commit comments

Comments
 (0)