Skip to content

Commit

Permalink
Merge pull request #470 from freee/feature/update_schema_files_2025-0…
Browse files Browse the repository at this point in the history
…1-23-06-31

Update schema files
  • Loading branch information
akhr77 authored Jan 23, 2025
2 parents dc3facd + bc0e49a commit 3c37088
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hr/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14073,13 +14073,13 @@
},
"total_deemed_paid_excess_statutory_work_mins": {
"type": "integer",
"description": "支給対象の法定内残業時間(分)",
"description": "みなし外の法定内残業時間(分)",
"format": "int32",
"nullable": true
},
"total_deemed_paid_overtime_except_normal_work_mins": {
"type": "integer",
"description": "支給対象の時間外労働時間(分)",
"description": "みなし外の時間外労働時間(分)",
"format": "int32",
"nullable": true
}
Expand Down Expand Up @@ -15802,13 +15802,13 @@
},
"total_deemed_paid_excess_statutory_work_mins": {
"type": "integer",
"description": "支給対象の法定内残業時間(分)(裁量労働制でのみ使用)",
"description": "みなし外の法定内残業時間(分)(裁量労働制でのみ使用)",
"minimum": 0,
"maximum": 2147483647
},
"total_deemed_paid_overtime_except_normal_work_mins": {
"type": "integer",
"description": "支給対象の時間外労働時間(分)(裁量労働制でのみ使用)",
"description": "みなし外の時間外労働時間(分)(裁量労働制でのみ使用)",
"minimum": 0,
"maximum": 2147483647
}
Expand Down

0 comments on commit 3c37088

Please sign in to comment.