Skip to content

Commit

Permalink
Update schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-deploy-machine-user committed Jan 23, 2025
1 parent dc3facd commit bc0e49a
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 bc0e49a

Please sign in to comment.