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 Jun 27, 2024
1 parent e7c0482 commit c7451e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hr/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15728,14 +15728,14 @@
},
"num_absences": {
"type": "number",
"description": "控除対象の欠勤日数\n\nフレックスタイム制の場合は、指定した値が反映されず無視されます。",
"description": "欠勤日数",
"format": "float",
"minimum": 0,
"maximum": 31
},
"num_absences_for_deduction": {
"type": "number",
"description": "控除対象の欠勤日数",
"description": "控除対象の欠勤日数\n\nフレックスタイム制の場合は、指定した値が反映されず無視されます。",
"format": "float",
"minimum": 0,
"maximum": 9999.999
Expand Down

0 comments on commit c7451e7

Please sign in to comment.